#B49222

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

Shades of Sahara #B49222

Tints of Sahara #B49222

Color information

#B49222 (or 0xB49222) is unknown color: approx Sahara. HEX triplet: B4, 92 and 22. RGB value is (180,146,34). Sum of RGB (Red+Green+Blue) = 180+146+34=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B49222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49222 is #4B6DDD. Grayscale: #8F8F8F. Windows color (decimal): -4943326 or 2265780. OLE color: 2265780.

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

Color convert

RGB18014634-
CMYK00.190.810.29
HSL46.03º68.22%41.96%-
HSV(B)46.03º81.11%70.59%-
XYZ29.3930.385.83-
YUV143.466.26154.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 40.56%
BLUE value IS 34 (13.67% from 255) = 9.44%
R=50%
G=40.56%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801463400.190.810.2946.0368.2241.96
HexB49222013511D2e442a
Octal26422242023121355610452
Binary10110100100100101000100100111010001111011011101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49222; }

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

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

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

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

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

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

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

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