Shades of Sahara #B79D2C
Tints of Sahara #B79D2C
RGB
CMYK
RGB Variations
Color information
#B79D2C (or 0xB79D2C) is known color: Sahara. HEX triplet: B7, 9D and 2C. RGB value is (183,157,44). Sum of RGB (Red+Green+Blue) = 183+157+44=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D2C is #4862D3. Grayscale: #989898. Windows color (decimal): -4743892 or 2923959. OLE color: 2923959.
HSL color Cylindrical-coordinate representation of color #B79D2C: hue angle of 48.78º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B79D2C is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 44 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.28 |
| HSL | 48.78º | 0.61% | 0.45% | - |
| HSV(B) | 48.78º | 0.76% | 0.72% | - |
| XYZ | 32.04 | 34.36 | 7.33 | - |
| YUV | 151.89 | 67.11 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 44 | 0 | 0.14 | 0.76 | 0.28 | 48.78 | 0.61 | 0.45 |
| Hex | B7 | 9D | 2C | 0 | E | 4C | 1C | 31 | 3D | 2D |
| Octal | 267 | 235 | 54 | 0 | 16 | 114 | 34 | 61 | 75 | 55 |
| Binary | 10110111 | 10011101 | 101100 | 0 | 1110 | 1001100 | 11100 | 110001 | 111101 | 101101 |
Color Harmonies of #B79D2C
Complementary color
Monochromatic Colors of #B79D2C
Black with #B79D2C
Text Example
Text Example
White with #B79D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D2C; }
p { color: rgb(183,157,44); }
H1.HeaderClassName
{
color: #B79D2C;
}
.AnyTagClassName
{
color: #B79D2C;
}
</style>
background-color css
<style>
a { background-color: #B79D2C; }
a { background-color: rgb(183,157,44); }
div.DivClassName
{
background-color: #B79D2C;
}
.BgClassName
{
background-color: #B79D2C;
}
</style>
border-color css
<style>
span { border-color: #B79D2C; }
span { border-color: rgb(183,157,44); }
td.TdClassName
{
border-color: #B79D2C;
}
.TagClassName
{
border-color: #B79D2C;
}
</style>