Shades of Sahara #B9A12F
Tints of Sahara #B9A12F
RGB
CMYK
RGB Variations
Color information
#B9A12F (or 0xB9A12F) is known color: Sahara. HEX triplet: B9, A1 and 2F. RGB value is (185,161,47). Sum of RGB (Red+Green+Blue) = 185+161+47=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A12F is #465ED0. Grayscale: #9B9B9B. Windows color (decimal): -4611793 or 3121593. OLE color: 3121593.
HSL color Cylindrical-coordinate representation of color #B9A12F: hue angle of 49.57º degrees, saturation: 0.59, 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 #B9A12F is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 47 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.27 |
| HSL | 49.57º | 0.59% | 0.45% | - |
| HSV(B) | 49.57º | 0.75% | 0.73% | - |
| XYZ | 33.27 | 36.01 | 7.89 | - |
| YUV | 155.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 47 | 0 | 0.13 | 0.75 | 0.27 | 49.57 | 0.59 | 0.45 |
| Hex | B9 | A1 | 2F | 0 | D | 4B | 1B | 32 | 3B | 2D |
| Octal | 271 | 241 | 57 | 0 | 15 | 113 | 33 | 62 | 73 | 55 |
| Binary | 10111001 | 10100001 | 101111 | 0 | 1101 | 1001011 | 11011 | 110010 | 111011 | 101101 |
Color Harmonies of #B9A12F
Complementary color
Monochromatic Colors of #B9A12F
Black with #B9A12F
Text Example
Text Example
White with #B9A12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A12F; }
p { color: rgb(185,161,47); }
H1.HeaderClassName
{
color: #B9A12F;
}
.AnyTagClassName
{
color: #B9A12F;
}
</style>
background-color css
<style>
a { background-color: #B9A12F; }
a { background-color: rgb(185,161,47); }
div.DivClassName
{
background-color: #B9A12F;
}
.BgClassName
{
background-color: #B9A12F;
}
</style>
border-color css
<style>
span { border-color: #B9A12F; }
span { border-color: rgb(185,161,47); }
td.TdClassName
{
border-color: #B9A12F;
}
.TagClassName
{
border-color: #B9A12F;
}
</style>