#B49831

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

Shades of Sahara #B49831

Tints of Sahara #B49831

Color information

#B49831 (or 0xB49831) is unknown color: approx Sahara. HEX triplet: B4, 98 and 31. RGB value is (180,152,49). Sum of RGB (Red+Green+Blue) = 180+152+49=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B49831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49831 is #4B67CE. Grayscale: #959595. Windows color (decimal): -4941775 or 3250356. OLE color: 3250356.

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

Color convert

RGB18015249-
CMYK00.160.730.29
HSL47.18º57.21%44.9%-
HSV(B)47.18º72.78%70.59%-
XYZ30.6132.387.54-
YUV148.6371.78150.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 49 (19.53% from 255) = 12.86%
R=47.24%
G=39.90%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801524900.160.730.2947.1857.2144.9
HexB49831010491D2f392d
Octal2642306102011135577155
Binary1011010010011000110001010000100100111101101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49831; }

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

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

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

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

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

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

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

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