Shades of Sahara #B9A22E
Tints of Sahara #B9A22E
RGB
CMYK
RGB Variations
Color information
#B9A22E (or 0xB9A22E) is known color: Sahara. HEX triplet: B9, A2 and 2E. RGB value is (185,162,46). Sum of RGB (Red+Green+Blue) = 185+162+46=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A22E is #465DD1. Grayscale: #9C9C9C. Windows color (decimal): -4611538 or 3056313. OLE color: 3056313.
HSL color Cylindrical-coordinate representation of color #B9A22E: hue angle of 50.07º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9A22E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 46 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.27 |
| HSL | 50.07º | 0.6% | 0.45% | - |
| HSV(B) | 50.07º | 0.75% | 0.73% | - |
| XYZ | 33.42 | 36.35 | 7.84 | - |
| YUV | 155.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 46 | 0 | 0.12 | 0.75 | 0.27 | 50.07 | 0.6 | 0.45 |
| Hex | B9 | A2 | 2E | 0 | C | 4B | 1B | 32 | 3C | 2D |
| Octal | 271 | 242 | 56 | 0 | 14 | 113 | 33 | 62 | 74 | 55 |
| Binary | 10111001 | 10100010 | 101110 | 0 | 1100 | 1001011 | 11011 | 110010 | 111100 | 101101 |
Color Harmonies of #B9A22E
Complementary color
Monochromatic Colors of #B9A22E
Black with #B9A22E
Text Example
Text Example
White with #B9A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A22E; }
p { color: rgb(185,162,46); }
H1.HeaderClassName
{
color: #B9A22E;
}
.AnyTagClassName
{
color: #B9A22E;
}
</style>
background-color css
<style>
a { background-color: #B9A22E; }
a { background-color: rgb(185,162,46); }
div.DivClassName
{
background-color: #B9A22E;
}
.BgClassName
{
background-color: #B9A22E;
}
</style>
border-color css
<style>
span { border-color: #B9A22E; }
span { border-color: rgb(185,162,46); }
td.TdClassName
{
border-color: #B9A22E;
}
.TagClassName
{
border-color: #B9A22E;
}
</style>