Shades of Sahara #B79D32
Tints of Sahara #B79D32
RGB
CMYK
RGB Variations
Color information
#B79D32 (or 0xB79D32) is known color: Sahara. HEX triplet: B7, 9D and 32. RGB value is (183,157,50). Sum of RGB (Red+Green+Blue) = 183+157+50=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D32 is #4862CD. Grayscale: #999999. Windows color (decimal): -4743886 or 3317175. OLE color: 3317175.
HSL color Cylindrical-coordinate representation of color #B79D32: hue angle of 48.27º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B79D32 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 50 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.28 |
| HSL | 48.27º | 0.57% | 0.46% | - |
| HSV(B) | 48.27º | 0.73% | 0.72% | - |
| XYZ | 32.16 | 34.41 | 7.96 | - |
| YUV | 152.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 50 | 0 | 0.14 | 0.73 | 0.28 | 48.27 | 0.57 | 0.46 |
| Hex | B7 | 9D | 32 | 0 | E | 49 | 1C | 30 | 39 | 2E |
| Octal | 267 | 235 | 62 | 0 | 16 | 111 | 34 | 60 | 71 | 56 |
| Binary | 10110111 | 10011101 | 110010 | 0 | 1110 | 1001001 | 11100 | 110000 | 111001 | 101110 |
Color Harmonies of #B79D32
Complementary color
Monochromatic Colors of #B79D32
Black with #B79D32
Text Example
Text Example
White with #B79D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D32; }
p { color: rgb(183,157,50); }
H1.HeaderClassName
{
color: #B79D32;
}
.AnyTagClassName
{
color: #B79D32;
}
</style>
background-color css
<style>
a { background-color: #B79D32; }
a { background-color: rgb(183,157,50); }
div.DivClassName
{
background-color: #B79D32;
}
.BgClassName
{
background-color: #B79D32;
}
</style>
border-color css
<style>
span { border-color: #B79D32; }
span { border-color: rgb(183,157,50); }
td.TdClassName
{
border-color: #B79D32;
}
.TagClassName
{
border-color: #B79D32;
}
</style>