Shades of Sahara #B39C2D
Tints of Sahara #B39C2D
RGB
CMYK
RGB Variations
Color information
#B39C2D (or 0xB39C2D) is known color: Sahara. HEX triplet: B3, 9C and 2D. RGB value is (179,156,45). Sum of RGB (Red+Green+Blue) = 179+156+45=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39C2D is #4C63D2. Grayscale: #969696. Windows color (decimal): -5006291 or 2989235. OLE color: 2989235.
HSL color Cylindrical-coordinate representation of color #B39C2D: hue angle of 49.7º degrees, saturation: 0.6, 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 #B39C2D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 156 | 45 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.30 |
| HSL | 49.7º | 0.6% | 0.44% | - |
| HSV(B) | 49.7º | 0.75% | 0.7% | - |
| XYZ | 30.95 | 33.55 | 7.33 | - |
| YUV | 150.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 45 | 0 | 0.13 | 0.75 | 0.30 | 49.7 | 0.6 | 0.44 |
| Hex | B3 | 9C | 2D | 0 | D | 4B | 1E | 32 | 3C | 2C |
| Octal | 263 | 234 | 55 | 0 | 15 | 113 | 36 | 62 | 74 | 54 |
| Binary | 10110011 | 10011100 | 101101 | 0 | 1101 | 1001011 | 11110 | 110010 | 111100 | 101100 |
Color Harmonies of #B39C2D
Complementary color
Monochromatic Colors of #B39C2D
Black with #B39C2D
Text Example
Text Example
White with #B39C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39C2D; }
p { color: rgb(179,156,45); }
H1.HeaderClassName
{
color: #B39C2D;
}
.AnyTagClassName
{
color: #B39C2D;
}
</style>
background-color css
<style>
a { background-color: #B39C2D; }
a { background-color: rgb(179,156,45); }
div.DivClassName
{
background-color: #B39C2D;
}
.BgClassName
{
background-color: #B39C2D;
}
</style>
border-color css
<style>
span { border-color: #B39C2D; }
span { border-color: rgb(179,156,45); }
td.TdClassName
{
border-color: #B39C2D;
}
.TagClassName
{
border-color: #B39C2D;
}
</style>