Shades of Sahara #B79A20
Tints of Sahara #B79A20
RGB
CMYK
RGB Variations
Color information
#B79A20 (or 0xB79A20) is known color: Sahara. HEX triplet: B7, 9A and 20. RGB value is (183,154,32). Sum of RGB (Red+Green+Blue) = 183+154+32=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A20 is #4865DF. Grayscale: #959595. Windows color (decimal): -4744672 or 2136759. OLE color: 2136759.
HSL color Cylindrical-coordinate representation of color #B79A20: hue angle of 48.48º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B79A20 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 32 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.28 |
| HSL | 48.48º | 0.7% | 0.42% | - |
| HSV(B) | 48.48º | 0.83% | 0.72% | - |
| XYZ | 31.34 | 33.28 | 6.14 | - |
| YUV | 148.76 | 62.11 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 32 | 0 | 0.16 | 0.83 | 0.28 | 48.48 | 0.7 | 0.42 |
| Hex | B7 | 9A | 20 | 0 | 10 | 53 | 1C | 30 | 46 | 2A |
| Octal | 267 | 232 | 40 | 0 | 20 | 123 | 34 | 60 | 106 | 52 |
| Binary | 10110111 | 10011010 | 100000 | 0 | 10000 | 1010011 | 11100 | 110000 | 1000110 | 101010 |
Color Harmonies of #B79A20
Complementary color
Monochromatic Colors of #B79A20
Black with #B79A20
Text Example
Text Example
White with #B79A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A20; }
p { color: rgb(183,154,32); }
H1.HeaderClassName
{
color: #B79A20;
}
.AnyTagClassName
{
color: #B79A20;
}
</style>
background-color css
<style>
a { background-color: #B79A20; }
a { background-color: rgb(183,154,32); }
div.DivClassName
{
background-color: #B79A20;
}
.BgClassName
{
background-color: #B79A20;
}
</style>
border-color css
<style>
span { border-color: #B79A20; }
span { border-color: rgb(183,154,32); }
td.TdClassName
{
border-color: #B79A20;
}
.TagClassName
{
border-color: #B79A20;
}
</style>