#B49C22

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

Shades of Sahara #B49C22

Tints of Sahara #B49C22

Color information

#B49C22 (or 0xB49C22) is unknown color: approx Sahara. HEX triplet: B4, 9C and 22. RGB value is (180,156,34). Sum of RGB (Red+Green+Blue) = 180+156+34=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C22 is #4B63DD. Grayscale: #959595. Windows color (decimal): -4940766 or 2268340. OLE color: 2268340.

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

Color convert

RGB18015634-
CMYK00.130.810.29
HSL50.14º68.22%41.96%-
HSV(B)50.14º81.11%70.59%-
XYZ3133.66.36-
YUV149.2762.95149.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 156 (61.33% from 255) = 42.16%
BLUE value IS 34 (13.67% from 255) = 9.19%
R=48.65%
G=42.16%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801563400.130.810.2950.1468.2241.96
HexB49C220D511D32442a
Octal26423442015121356210452
Binary1011010010011100100010011011010001111011100101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C22; }

 p { color: rgb(180,156,34); }

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

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

 a { background-color: rgb(180,156,34); }

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

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

 span { border-color: rgb(180,156,34); }

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