#B49F31

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

Shades of Sahara #B49F31

Tints of Sahara #B49F31

Color information

#B49F31 (or 0xB49F31) is unknown color: approx Sahara. HEX triplet: B4, 9F and 31. RGB value is (180,159,49). Sum of RGB (Red+Green+Blue) = 180+159+49=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F31 is #4B60CE. Grayscale: #999999. Windows color (decimal): -4939983 or 3252148. OLE color: 3252148.

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

Color convert

RGB18015949-
CMYK00.120.730.29
HSL50.38º57.21%44.9%-
HSV(B)50.38º72.78%70.59%-
XYZ31.7734.727.93-
YUV152.7469.46147.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 49 (19.53% from 255) = 12.63%
R=46.39%
G=40.98%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801594900.120.730.2950.3857.2144.9
HexB49F310C491D32392d
Octal2642376101411135627155
Binary101101001001111111000101100100100111101110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F31; }

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

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

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

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

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

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

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

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