Shades of Sahara #BA992E
Tints of Sahara #BA992E
RGB
CMYK
RGB Variations
Color information
#BA992E (or 0xBA992E) is known color: Sahara. HEX triplet: BA, 99 and 2E. RGB value is (186,153,46). Sum of RGB (Red+Green+Blue) = 186+153+46=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA992E is #4566D1. Grayscale: #979797. Windows color (decimal): -4548306 or 3054010. OLE color: 3054010.
HSL color Cylindrical-coordinate representation of color #BA992E: hue angle of 45.86º 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 #BA992E is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 46 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.27 |
| HSL | 45.86º | 0.6% | 0.45% | - |
| HSV(B) | 45.86º | 0.75% | 0.73% | - |
| XYZ | 32.13 | 33.42 | 7.34 | - |
| YUV | 150.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 46 | 0 | 0.18 | 0.75 | 0.27 | 45.86 | 0.6 | 0.45 |
| Hex | BA | 99 | 2E | 0 | 12 | 4B | 1B | 2E | 3C | 2D |
| Octal | 272 | 231 | 56 | 0 | 22 | 113 | 33 | 56 | 74 | 55 |
| Binary | 10111010 | 10011001 | 101110 | 0 | 10010 | 1001011 | 11011 | 101110 | 111100 | 101101 |
Color Harmonies of #BA992E
Complementary color
Monochromatic Colors of #BA992E
Black with #BA992E
Text Example
Text Example
White with #BA992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA992E; }
p { color: rgb(186,153,46); }
H1.HeaderClassName
{
color: #BA992E;
}
.AnyTagClassName
{
color: #BA992E;
}
</style>
background-color css
<style>
a { background-color: #BA992E; }
a { background-color: rgb(186,153,46); }
div.DivClassName
{
background-color: #BA992E;
}
.BgClassName
{
background-color: #BA992E;
}
</style>
border-color css
<style>
span { border-color: #BA992E; }
span { border-color: rgb(186,153,46); }
td.TdClassName
{
border-color: #BA992E;
}
.TagClassName
{
border-color: #BA992E;
}
</style>