#B59B21

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

Shades of Sahara #B59B21

Tints of Sahara #B59B21

Color information

#B59B21 (or 0xB59B21) is unknown color: approx Sahara. HEX triplet: B5, 9B and 21. RGB value is (181,155,33). Sum of RGB (Red+Green+Blue) = 181+155+33=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59B21 is #4A64DE. Grayscale: #959595. Windows color (decimal): -4875487 or 2202549. OLE color: 2202549.

HSL color Cylindrical-coordinate representation of color #B59B21: hue angle of 49.46º degrees, saturation: 0.69, 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 #B59B21 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18115533-
CMYK00.140.820.29
HSL49.46º69.16%41.96%-
HSV(B)49.46º81.77%70.98%-
XYZ31.0533.386.24-
YUV148.8762.61150.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 155 (60.94% from 255) = 42.01%
BLUE value IS 33 (13.28% from 255) = 8.94%
R=49.05%
G=42.01%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811553300.140.820.2949.4669.1641.96
HexB59B210E521D31452a
Octal26523341016122356110552
Binary1011010110011011100001011101010010111011100011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B21; }

 p { color: rgb(181,155,33); }

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

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

 a { background-color: rgb(181,155,33); }

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

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

 span { border-color: rgb(181,155,33); }

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