Shades of Sahara #BA9C2A
Tints of Sahara #BA9C2A
RGB
CMYK
RGB Variations
Color information
#BA9C2A (or 0xBA9C2A) is known color: Sahara. HEX triplet: BA, 9C and 2A. RGB value is (186,156,42). Sum of RGB (Red+Green+Blue) = 186+156+42=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C2A is #4563D5. Grayscale: #989898. Windows color (decimal): -4547542 or 2792634. OLE color: 2792634.
HSL color Cylindrical-coordinate representation of color #BA9C2A: hue angle of 47.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA9C2A is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 42 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.27 |
| HSL | 47.5º | 0.63% | 0.45% | - |
| HSV(B) | 47.5º | 0.77% | 0.73% | - |
| XYZ | 32.56 | 34.38 | 7.11 | - |
| YUV | 151.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 42 | 0 | 0.16 | 0.77 | 0.27 | 47.5 | 0.63 | 0.45 |
| Hex | BA | 9C | 2A | 0 | 10 | 4D | 1B | 30 | 3F | 2D |
| Octal | 272 | 234 | 52 | 0 | 20 | 115 | 33 | 60 | 77 | 55 |
| Binary | 10111010 | 10011100 | 101010 | 0 | 10000 | 1001101 | 11011 | 110000 | 111111 | 101101 |
Color Harmonies of #BA9C2A
Complementary color
Monochromatic Colors of #BA9C2A
Black with #BA9C2A
Text Example
Text Example
White with #BA9C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C2A; }
p { color: rgb(186,156,42); }
H1.HeaderClassName
{
color: #BA9C2A;
}
.AnyTagClassName
{
color: #BA9C2A;
}
</style>
background-color css
<style>
a { background-color: #BA9C2A; }
a { background-color: rgb(186,156,42); }
div.DivClassName
{
background-color: #BA9C2A;
}
.BgClassName
{
background-color: #BA9C2A;
}
</style>
border-color css
<style>
span { border-color: #BA9C2A; }
span { border-color: rgb(186,156,42); }
td.TdClassName
{
border-color: #BA9C2A;
}
.TagClassName
{
border-color: #BA9C2A;
}
</style>