Shades of Sahara #B9A02A
Tints of Sahara #B9A02A
RGB
CMYK
RGB Variations
Color information
#B9A02A (or 0xB9A02A) is known color: Sahara. HEX triplet: B9, A0 and 2A. RGB value is (185,160,42). Sum of RGB (Red+Green+Blue) = 185+160+42=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A02A is #465FD5. Grayscale: #9A9A9A. Windows color (decimal): -4612054 or 2793657. OLE color: 2793657.
HSL color Cylindrical-coordinate representation of color #B9A02A: hue angle of 49.51º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9A02A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 42 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.27 |
| HSL | 49.51º | 0.63% | 0.45% | - |
| HSV(B) | 49.51º | 0.77% | 0.73% | - |
| XYZ | 33 | 35.62 | 7.33 | - |
| YUV | 154.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 42 | 0 | 0.14 | 0.77 | 0.27 | 49.51 | 0.63 | 0.45 |
| Hex | B9 | A0 | 2A | 0 | E | 4D | 1B | 32 | 3F | 2D |
| Octal | 271 | 240 | 52 | 0 | 16 | 115 | 33 | 62 | 77 | 55 |
| Binary | 10111001 | 10100000 | 101010 | 0 | 1110 | 1001101 | 11011 | 110010 | 111111 | 101101 |
Color Harmonies of #B9A02A
Complementary color
Monochromatic Colors of #B9A02A
Black with #B9A02A
Text Example
Text Example
White with #B9A02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A02A; }
p { color: rgb(185,160,42); }
H1.HeaderClassName
{
color: #B9A02A;
}
.AnyTagClassName
{
color: #B9A02A;
}
</style>
background-color css
<style>
a { background-color: #B9A02A; }
a { background-color: rgb(185,160,42); }
div.DivClassName
{
background-color: #B9A02A;
}
.BgClassName
{
background-color: #B9A02A;
}
</style>
border-color css
<style>
span { border-color: #B9A02A; }
span { border-color: rgb(185,160,42); }
td.TdClassName
{
border-color: #B9A02A;
}
.TagClassName
{
border-color: #B9A02A;
}
</style>