#B49A31

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

Shades of Sahara #B49A31

Tints of Sahara #B49A31

Color information

#B49A31 (or 0xB49A31) is unknown color: approx Sahara. HEX triplet: B4, 9A and 31. RGB value is (180,154,49). Sum of RGB (Red+Green+Blue) = 180+154+49=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A31 is #4B65CE. Grayscale: #969696. Windows color (decimal): -4941263 or 3250868. OLE color: 3250868.

HSL color Cylindrical-coordinate representation of color #B49A31: hue angle of 48.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B49A31 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18015449-
CMYK00.140.730.29
HSL48.09º57.21%44.9%-
HSV(B)48.09º72.78%70.59%-
XYZ30.9333.047.65-
YUV149.871.11149.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 154 (60.55% from 255) = 40.21%
BLUE value IS 49 (19.53% from 255) = 12.79%
R=47.00%
G=40.21%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801544900.140.730.2948.0957.2144.9
HexB49A310E491D30392d
Octal2642326101611135607155
Binary101101001001101011000101110100100111101110000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A31; }

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

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

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

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

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

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

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

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