Shades of Sahara #B79A32
Tints of Sahara #B79A32
RGB
CMYK
RGB Variations
Color information
#B79A32 (or 0xB79A32) is known color: Sahara. HEX triplet: B7, 9A and 32. RGB value is (183,154,50). Sum of RGB (Red+Green+Blue) = 183+154+50=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A32 is #4865CD. Grayscale: #979797. Windows color (decimal): -4744654 or 3316407. OLE color: 3316407.
HSL color Cylindrical-coordinate representation of color #B79A32: hue angle of 46.92º 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 #B79A32 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 50 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.28 |
| HSL | 46.92º | 0.57% | 0.46% | - |
| HSV(B) | 46.92º | 0.73% | 0.72% | - |
| XYZ | 31.66 | 33.41 | 7.8 | - |
| YUV | 150.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 50 | 0 | 0.16 | 0.73 | 0.28 | 46.92 | 0.57 | 0.46 |
| Hex | B7 | 9A | 32 | 0 | 10 | 49 | 1C | 2F | 39 | 2E |
| Octal | 267 | 232 | 62 | 0 | 20 | 111 | 34 | 57 | 71 | 56 |
| Binary | 10110111 | 10011010 | 110010 | 0 | 10000 | 1001001 | 11100 | 101111 | 111001 | 101110 |
Color Harmonies of #B79A32
Complementary color
Monochromatic Colors of #B79A32
Black with #B79A32
Text Example
Text Example
White with #B79A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A32; }
p { color: rgb(183,154,50); }
H1.HeaderClassName
{
color: #B79A32;
}
.AnyTagClassName
{
color: #B79A32;
}
</style>
background-color css
<style>
a { background-color: #B79A32; }
a { background-color: rgb(183,154,50); }
div.DivClassName
{
background-color: #B79A32;
}
.BgClassName
{
background-color: #B79A32;
}
</style>
border-color css
<style>
span { border-color: #B79A32; }
span { border-color: rgb(183,154,50); }
td.TdClassName
{
border-color: #B79A32;
}
.TagClassName
{
border-color: #B79A32;
}
</style>