#B39B25

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

Shades of Sahara #B39B25

Tints of Sahara #B39B25

Color information

#B39B25 (or 0xB39B25) is unknown color: approx Sahara. HEX triplet: B3, 9B and 25. RGB value is (179,155,37). Sum of RGB (Red+Green+Blue) = 179+155+37=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39B25 is #4C64DA. Grayscale: #959595. Windows color (decimal): -5006555 or 2464691. OLE color: 2464691.

HSL color Cylindrical-coordinate representation of color #B39B25: hue angle of 49.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B39B25 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17915537-
CMYK00.130.790.30
HSL49.86º65.74%42.35%-
HSV(B)49.86º79.33%70.2%-
XYZ30.6533.166.54-
YUV148.7264.95149.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 37 (14.84% from 255) = 9.97%
R=48.25%
G=41.78%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791553700.130.790.3049.8665.7442.35
HexB39B250D4F1E32422a
Octal26323345015117366210252
Binary1011001110011011100101011011001111111101100101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B25; }

 p { color: rgb(179,155,37); }

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

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

 a { background-color: rgb(179,155,37); }

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

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

 span { border-color: rgb(179,155,37); }

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