Shades of Sahara #BA9A2F
Tints of Sahara #BA9A2F
RGB
CMYK
RGB Variations
Color information
#BA9A2F (or 0xBA9A2F) is known color: Sahara. HEX triplet: BA, 9A and 2F. RGB value is (186,154,47). Sum of RGB (Red+Green+Blue) = 186+154+47=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A2F is #4565D0. Grayscale: #979797. Windows color (decimal): -4548049 or 3119802. OLE color: 3119802.
HSL color Cylindrical-coordinate representation of color #BA9A2F: hue angle of 46.19º 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 #BA9A2F is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 47 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.27 |
| HSL | 46.19º | 0.6% | 0.46% | - |
| HSV(B) | 46.19º | 0.75% | 0.73% | - |
| XYZ | 32.32 | 33.76 | 7.5 | - |
| YUV | 151.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 47 | 0 | 0.17 | 0.75 | 0.27 | 46.19 | 0.6 | 0.46 |
| Hex | BA | 9A | 2F | 0 | 11 | 4B | 1B | 2E | 3C | 2E |
| Octal | 272 | 232 | 57 | 0 | 21 | 113 | 33 | 56 | 74 | 56 |
| Binary | 10111010 | 10011010 | 101111 | 0 | 10001 | 1001011 | 11011 | 101110 | 111100 | 101110 |
Color Harmonies of #BA9A2F
Complementary color
Monochromatic Colors of #BA9A2F
Black with #BA9A2F
Text Example
Text Example
White with #BA9A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A2F; }
p { color: rgb(186,154,47); }
H1.HeaderClassName
{
color: #BA9A2F;
}
.AnyTagClassName
{
color: #BA9A2F;
}
</style>
background-color css
<style>
a { background-color: #BA9A2F; }
a { background-color: rgb(186,154,47); }
div.DivClassName
{
background-color: #BA9A2F;
}
.BgClassName
{
background-color: #BA9A2F;
}
</style>
border-color css
<style>
span { border-color: #BA9A2F; }
span { border-color: rgb(186,154,47); }
td.TdClassName
{
border-color: #BA9A2F;
}
.TagClassName
{
border-color: #BA9A2F;
}
</style>