#B08E26

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

Shades of Sahara #B08E26

Tints of Sahara #B08E26

Color information

#B08E26 (or 0xB08E26) is unknown color: approx Sahara. HEX triplet: B0, 8E and 26. RGB value is (176,142,38). Sum of RGB (Red+Green+Blue) = 176+142+38=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08E26 is #4F71D9. Grayscale: #8C8C8C. Windows color (decimal): -5206490 or 2526896. OLE color: 2526896.

HSL color Cylindrical-coordinate representation of color #B08E26: hue angle of 45.22º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B08E26 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17614238-
CMYK00.190.780.31
HSL45.22º64.49%41.96%-
HSV(B)45.22º78.41%69.02%-
XYZ27.9328.725.9-
YUV140.3170.26153.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 38 (15.23% from 255) = 10.67%
R=49.44%
G=39.89%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761423800.190.780.3145.2264.4941.96
HexB08E260134E1F2d402a
Octal26021646023116375510052
Binary10110000100011101001100100111001110111111011011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E26; }

 p { color: rgb(176,142,38); }

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

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

 a { background-color: rgb(176,142,38); }

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

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

 span { border-color: rgb(176,142,38); }

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