#B39D27

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

Shades of Sahara #B39D27

Tints of Sahara #B39D27

Color information

#B39D27 (or 0xB39D27) is unknown color: approx Sahara. HEX triplet: B3, 9D and 27. RGB value is (179,157,39). Sum of RGB (Red+Green+Blue) = 179+157+39=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39D27 is #4C62D8. Grayscale: #969696. Windows color (decimal): -5006041 or 2596275. OLE color: 2596275.

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

Color convert

RGB17915739-
CMYK00.120.780.30
HSL50.57º64.22%42.75%-
HSV(B)50.57º78.21%70.2%-
XYZ31.0133.846.82-
YUV150.1365.29148.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 39 (15.62% from 255) = 10.4%
R=47.73%
G=41.87%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791573900.120.780.3050.5764.2242.75
HexB39D270C4E1E33402b
Octal26323547014116366310053
Binary1011001110011101100111011001001110111101100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39D27; }

 p { color: rgb(179,157,39); }

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

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

 a { background-color: rgb(179,157,39); }

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

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

 span { border-color: rgb(179,157,39); }

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