Shades of Sahara #B9A12E
Tints of Sahara #B9A12E
RGB
CMYK
RGB Variations
Color information
#B9A12E (or 0xB9A12E) is known color: Sahara. HEX triplet: B9, A1 and 2E. RGB value is (185,161,46). Sum of RGB (Red+Green+Blue) = 185+161+46=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A12E is #465ED1. Grayscale: #9B9B9B. Windows color (decimal): -4611794 or 3056057. OLE color: 3056057.
HSL color Cylindrical-coordinate representation of color #B9A12E: hue angle of 49.64º 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 #B9A12E is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 46 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.27 |
| HSL | 49.64º | 0.6% | 0.45% | - |
| HSV(B) | 49.64º | 0.75% | 0.73% | - |
| XYZ | 33.25 | 36 | 7.78 | - |
| YUV | 155.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 46 | 0 | 0.13 | 0.75 | 0.27 | 49.64 | 0.6 | 0.45 |
| Hex | B9 | A1 | 2E | 0 | D | 4B | 1B | 32 | 3C | 2D |
| Octal | 271 | 241 | 56 | 0 | 15 | 113 | 33 | 62 | 74 | 55 |
| Binary | 10111001 | 10100001 | 101110 | 0 | 1101 | 1001011 | 11011 | 110010 | 111100 | 101101 |
Color Harmonies of #B9A12E
Complementary color
Monochromatic Colors of #B9A12E
Black with #B9A12E
Text Example
Text Example
White with #B9A12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A12E; }
p { color: rgb(185,161,46); }
H1.HeaderClassName
{
color: #B9A12E;
}
.AnyTagClassName
{
color: #B9A12E;
}
</style>
background-color css
<style>
a { background-color: #B9A12E; }
a { background-color: rgb(185,161,46); }
div.DivClassName
{
background-color: #B9A12E;
}
.BgClassName
{
background-color: #B9A12E;
}
</style>
border-color css
<style>
span { border-color: #B9A12E; }
span { border-color: rgb(185,161,46); }
td.TdClassName
{
border-color: #B9A12E;
}
.TagClassName
{
border-color: #B9A12E;
}
</style>