Shades of Sahara #BA9E2F
Tints of Sahara #BA9E2F
RGB
CMYK
RGB Variations
Color information
#BA9E2F (or 0xBA9E2F) is known color: Sahara. HEX triplet: BA, 9E and 2F. RGB value is (186,158,47). Sum of RGB (Red+Green+Blue) = 186+158+47=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E2F is #4561D0. Grayscale: #9A9A9A. Windows color (decimal): -4547025 or 3120826. OLE color: 3120826.
HSL color Cylindrical-coordinate representation of color #BA9E2F: hue angle of 47.91º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA9E2F is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 47 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.27 |
| HSL | 47.91º | 0.6% | 0.46% | - |
| HSV(B) | 47.91º | 0.75% | 0.73% | - |
| XYZ | 32.99 | 35.1 | 7.73 | - |
| YUV | 153.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 47 | 0 | 0.15 | 0.75 | 0.27 | 47.91 | 0.6 | 0.46 |
| Hex | BA | 9E | 2F | 0 | F | 4B | 1B | 30 | 3C | 2E |
| Octal | 272 | 236 | 57 | 0 | 17 | 113 | 33 | 60 | 74 | 56 |
| Binary | 10111010 | 10011110 | 101111 | 0 | 1111 | 1001011 | 11011 | 110000 | 111100 | 101110 |
Color Harmonies of #BA9E2F
Complementary color
Monochromatic Colors of #BA9E2F
Black with #BA9E2F
Text Example
Text Example
White with #BA9E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E2F; }
p { color: rgb(186,158,47); }
H1.HeaderClassName
{
color: #BA9E2F;
}
.AnyTagClassName
{
color: #BA9E2F;
}
</style>
background-color css
<style>
a { background-color: #BA9E2F; }
a { background-color: rgb(186,158,47); }
div.DivClassName
{
background-color: #BA9E2F;
}
.BgClassName
{
background-color: #BA9E2F;
}
</style>
border-color css
<style>
span { border-color: #BA9E2F; }
span { border-color: rgb(186,158,47); }
td.TdClassName
{
border-color: #BA9E2F;
}
.TagClassName
{
border-color: #BA9E2F;
}
</style>