#B39E31

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

Shades of Sahara #B39E31

Tints of Sahara #B39E31

Color information

#B39E31 (or 0xB39E31) is unknown color: approx Sahara. HEX triplet: B3, 9E and 31. RGB value is (179,158,49). Sum of RGB (Red+Green+Blue) = 179+158+49=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39E31 is #4C61CE. Grayscale: #989898. Windows color (decimal): -5005775 or 3251891. OLE color: 3251891.

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

Color convert

RGB17915849-
CMYK00.120.730.30
HSL50.31º57.02%44.71%-
HSV(B)50.31º72.63%70.2%-
XYZ31.3734.267.86-
YUV151.8569.96147.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 158 (62.11% from 255) = 40.93%
BLUE value IS 49 (19.53% from 255) = 12.69%
R=46.37%
G=40.93%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791584900.120.730.3050.3157.0244.71
HexB39E310C491E32392d
Octal2632366101411136627155
Binary101100111001111011000101100100100111110110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E31; }

 p { color: rgb(179,158,49); }

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

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

 a { background-color: rgb(179,158,49); }

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

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

 span { border-color: rgb(179,158,49); }

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