#b08c24

Color #B08C24 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #B08C24

Tints of Sahara #B08C24

Color information

#B08C24 (or 0xB08C24) is unknown color: approx Sahara. HEX triplet: B0, 8C and 24. RGB value is (176,140,36). Sum of RGB (Red+Green+Blue) = 176+140+36=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C24 is #4F73DB. Grayscale: #8B8B8B. Windows color (decimal): -5207004 or 2395312. OLE color: 2395312.

HSL color Cylindrical-coordinate representation of color #B08C24: hue angle of 44.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B08C24 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17614036-
CMYK00.200.800.31
HSL44.57º66.04%41.57%-
HSV(B)44.57º79.55%69.02%-
XYZ27.628.115.64-
YUV138.9169.93154.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 140 (55.08% from 255) = 39.77%
BLUE value IS 36 (14.45% from 255) = 10.23%
R=50%
G=39.77%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761403600.200.800.3144.5766.0441.57
HexB08C24014501F2d422a
Octal26021444024120375510252
Binary10110000100011001001000101001010000111111011011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08c24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08c24; }

 p { color: rgb(176,140,36); }

 H1.HeaderClassName
 {
   color: #b08c24;
 }
 .AnyTagClassName
 {
   color: #b08c24;
 }
</style>
background-color css

<style>
 a { background-color: #b08c24; }

 a { background-color: rgb(176,140,36); }

 div.DivClassName
 {
   background-color: #b08c24;
 }
 .BgClassName
 {
   background-color: #b08c24;
 }
</style>
border-color css

<style>
 span { border-color: #b08c24; }

 span { border-color: rgb(176,140,36); }

 td.TdClassName
 {
   border-color: #b08c24;
 }
 .TagClassName
 {
   border-color: #b08c24;
 }
</style>