Shades of Sahara #B39C2E
Tints of Sahara #B39C2E
RGB
CMYK
RGB Variations
Color information
#B39C2E (or 0xB39C2E) is known color: Sahara. HEX triplet: B3, 9C and 2E. RGB value is (179,156,46). Sum of RGB (Red+Green+Blue) = 179+156+46=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39C2E is #4C63D1. Grayscale: #969696. Windows color (decimal): -5006290 or 3054771. OLE color: 3054771.
HSL color Cylindrical-coordinate representation of color #B39C2E: hue angle of 49.62º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B39C2E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 156 | 46 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.30 |
| HSL | 49.62º | 0.59% | 0.44% | - |
| HSV(B) | 49.62º | 0.74% | 0.7% | - |
| XYZ | 30.97 | 33.56 | 7.43 | - |
| YUV | 150.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 46 | 0 | 0.13 | 0.74 | 0.30 | 49.62 | 0.59 | 0.44 |
| Hex | B3 | 9C | 2E | 0 | D | 4A | 1E | 32 | 3B | 2C |
| Octal | 263 | 234 | 56 | 0 | 15 | 112 | 36 | 62 | 73 | 54 |
| Binary | 10110011 | 10011100 | 101110 | 0 | 1101 | 1001010 | 11110 | 110010 | 111011 | 101100 |
Color Harmonies of #B39C2E
Complementary color
Monochromatic Colors of #B39C2E
Black with #B39C2E
Text Example
Text Example
White with #B39C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39C2E; }
p { color: rgb(179,156,46); }
H1.HeaderClassName
{
color: #B39C2E;
}
.AnyTagClassName
{
color: #B39C2E;
}
</style>
background-color css
<style>
a { background-color: #B39C2E; }
a { background-color: rgb(179,156,46); }
div.DivClassName
{
background-color: #B39C2E;
}
.BgClassName
{
background-color: #B39C2E;
}
</style>
border-color css
<style>
span { border-color: #B39C2E; }
span { border-color: rgb(179,156,46); }
td.TdClassName
{
border-color: #B39C2E;
}
.TagClassName
{
border-color: #B39C2E;
}
</style>