Shades of Sahara #B39C32
Tints of Sahara #B39C32
RGB
CMYK
RGB Variations
Color information
#B39C32 (or 0xB39C32) is known color: Sahara. HEX triplet: B3, 9C and 32. RGB value is (179,156,50). Sum of RGB (Red+Green+Blue) = 179+156+50=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39C32 is #4C63CD. Grayscale: #979797. Windows color (decimal): -5006286 or 3316915. OLE color: 3316915.
HSL color Cylindrical-coordinate representation of color #B39C32: hue angle of 49.3º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B39C32 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 156 | 50 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.30 |
| HSL | 49.3º | 0.56% | 0.45% | - |
| HSV(B) | 49.3º | 0.72% | 0.7% | - |
| XYZ | 31.05 | 33.59 | 7.86 | - |
| YUV | 150.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 50 | 0 | 0.13 | 0.72 | 0.30 | 49.3 | 0.56 | 0.45 |
| Hex | B3 | 9C | 32 | 0 | D | 48 | 1E | 31 | 38 | 2D |
| Octal | 263 | 234 | 62 | 0 | 15 | 110 | 36 | 61 | 70 | 55 |
| Binary | 10110011 | 10011100 | 110010 | 0 | 1101 | 1001000 | 11110 | 110001 | 111000 | 101101 |
Color Harmonies of #B39C32
Complementary color
Monochromatic Colors of #B39C32
Black with #B39C32
Text Example
Text Example
White with #B39C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39C32; }
p { color: rgb(179,156,50); }
H1.HeaderClassName
{
color: #B39C32;
}
.AnyTagClassName
{
color: #B39C32;
}
</style>
background-color css
<style>
a { background-color: #B39C32; }
a { background-color: rgb(179,156,50); }
div.DivClassName
{
background-color: #B39C32;
}
.BgClassName
{
background-color: #B39C32;
}
</style>
border-color css
<style>
span { border-color: #B39C32; }
span { border-color: rgb(179,156,50); }
td.TdClassName
{
border-color: #B39C32;
}
.TagClassName
{
border-color: #B39C32;
}
</style>