Shades of Sahara #B39C2C
Tints of Sahara #B39C2C
RGB
CMYK
RGB Variations
Color information
#B39C2C (or 0xB39C2C) is known color: Sahara. HEX triplet: B3, 9C and 2C. RGB value is (179,156,44). Sum of RGB (Red+Green+Blue) = 179+156+44=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39C2C is #4C63D3. Grayscale: #969696. Windows color (decimal): -5006292 or 2923699. OLE color: 2923699.
HSL color Cylindrical-coordinate representation of color #B39C2C: hue angle of 49.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B39C2C is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 156 | 44 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.30 |
| HSL | 49.78º | 0.61% | 0.44% | - |
| HSV(B) | 49.78º | 0.75% | 0.7% | - |
| XYZ | 30.93 | 33.54 | 7.23 | - |
| YUV | 150.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 44 | 0 | 0.13 | 0.75 | 0.30 | 49.78 | 0.61 | 0.44 |
| Hex | B3 | 9C | 2C | 0 | D | 4B | 1E | 32 | 3D | 2C |
| Octal | 263 | 234 | 54 | 0 | 15 | 113 | 36 | 62 | 75 | 54 |
| Binary | 10110011 | 10011100 | 101100 | 0 | 1101 | 1001011 | 11110 | 110010 | 111101 | 101100 |
Color Harmonies of #B39C2C
Complementary color
Monochromatic Colors of #B39C2C
Black with #B39C2C
Text Example
Text Example
White with #B39C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39C2C; }
p { color: rgb(179,156,44); }
H1.HeaderClassName
{
color: #B39C2C;
}
.AnyTagClassName
{
color: #B39C2C;
}
</style>
background-color css
<style>
a { background-color: #B39C2C; }
a { background-color: rgb(179,156,44); }
div.DivClassName
{
background-color: #B39C2C;
}
.BgClassName
{
background-color: #B39C2C;
}
</style>
border-color css
<style>
span { border-color: #B39C2C; }
span { border-color: rgb(179,156,44); }
td.TdClassName
{
border-color: #B39C2C;
}
.TagClassName
{
border-color: #B39C2C;
}
</style>