#B59E20

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

Shades of Sahara #B59E20

Tints of Sahara #B59E20

Color information

#B59E20 (or 0xB59E20) is unknown color: approx Sahara. HEX triplet: B5, 9E and 20. RGB value is (181,158,32). Sum of RGB (Red+Green+Blue) = 181+158+32=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E20 is #4A61DF. Grayscale: #979797. Windows color (decimal): -4874720 or 2137781. OLE color: 2137781.

HSL color Cylindrical-coordinate representation of color #B59E20: hue angle of 50.74º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B59E20 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18115832-
CMYK00.130.820.29
HSL50.74º69.95%41.76%-
HSV(B)50.74º82.32%70.98%-
XYZ31.5434.386.34-
YUV150.5161.12149.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 32 (12.89% from 255) = 8.63%
R=48.79%
G=42.59%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811583200.130.820.2950.7469.9541.76
HexB59E200D521D33462a
Octal26523640015122356310652
Binary1011010110011110100000011011010010111011100111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E20; }

 p { color: rgb(181,158,32); }

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

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

 a { background-color: rgb(181,158,32); }

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

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

 span { border-color: rgb(181,158,32); }

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