Shades of Sahara #B7A02E
Tints of Sahara #B7A02E
RGB
CMYK
RGB Variations
Color information
#B7A02E (or 0xB7A02E) is known color: Sahara. HEX triplet: B7, A0 and 2E. RGB value is (183,160,46). Sum of RGB (Red+Green+Blue) = 183+160+46=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A02E is #485FD1. Grayscale: #9A9A9A. Windows color (decimal): -4743122 or 3055799. OLE color: 3055799.
HSL color Cylindrical-coordinate representation of color #B7A02E: hue angle of 49.93º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7A02E is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 46 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.28 |
| HSL | 49.93º | 0.6% | 0.45% | - |
| HSV(B) | 49.93º | 0.75% | 0.72% | - |
| XYZ | 32.59 | 35.41 | 7.7 | - |
| YUV | 153.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 46 | 0 | 0.13 | 0.75 | 0.28 | 49.93 | 0.6 | 0.45 |
| Hex | B7 | A0 | 2E | 0 | D | 4B | 1C | 32 | 3C | 2D |
| Octal | 267 | 240 | 56 | 0 | 15 | 113 | 34 | 62 | 74 | 55 |
| Binary | 10110111 | 10100000 | 101110 | 0 | 1101 | 1001011 | 11100 | 110010 | 111100 | 101101 |
Color Harmonies of #B7A02E
Complementary color
Monochromatic Colors of #B7A02E
Black with #B7A02E
Text Example
Text Example
White with #B7A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A02E; }
p { color: rgb(183,160,46); }
H1.HeaderClassName
{
color: #B7A02E;
}
.AnyTagClassName
{
color: #B7A02E;
}
</style>
background-color css
<style>
a { background-color: #B7A02E; }
a { background-color: rgb(183,160,46); }
div.DivClassName
{
background-color: #B7A02E;
}
.BgClassName
{
background-color: #B7A02E;
}
</style>
border-color css
<style>
span { border-color: #B7A02E; }
span { border-color: rgb(183,160,46); }
td.TdClassName
{
border-color: #B7A02E;
}
.TagClassName
{
border-color: #B7A02E;
}
</style>