#B49A20

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

Shades of Sahara #B49A20

Tints of Sahara #B49A20

Color information

#B49A20 (or 0xB49A20) is unknown color: approx Sahara. HEX triplet: B4, 9A and 20. RGB value is (180,154,32). Sum of RGB (Red+Green+Blue) = 180+154+32=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A20 is #4B65DF. Grayscale: #949494. Windows color (decimal): -4941280 or 2136756. OLE color: 2136756.

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

Color convert

RGB18015432-
CMYK00.140.820.29
HSL49.46º69.81%41.57%-
HSV(B)49.46º82.22%70.59%-
XYZ30.6432.926.11-
YUV147.8762.61150.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 32 (12.89% from 255) = 8.74%
R=49.18%
G=42.08%
B=8.74%

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
Decimal1801543200.140.820.2949.4669.8141.57
HexB49A200E521D31462a
Octal26423240016122356110652
Binary1011010010011010100000011101010010111011100011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A20; }

 p { color: rgb(180,154,32); }

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

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

 a { background-color: rgb(180,154,32); }

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

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

 span { border-color: rgb(180,154,32); }

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