Shades of Sahara #BA9C2C
Tints of Sahara #BA9C2C
RGB
CMYK
RGB Variations
Color information
#BA9C2C (or 0xBA9C2C) is known color: Sahara. HEX triplet: BA, 9C and 2C. RGB value is (186,156,44). Sum of RGB (Red+Green+Blue) = 186+156+44=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C2C is #4563D3. Grayscale: #989898. Windows color (decimal): -4547540 or 2923706. OLE color: 2923706.
HSL color Cylindrical-coordinate representation of color #BA9C2C: hue angle of 47.32º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA9C2C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 44 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.27 |
| HSL | 47.32º | 0.62% | 0.45% | - |
| HSV(B) | 47.32º | 0.76% | 0.73% | - |
| XYZ | 32.59 | 34.4 | 7.3 | - |
| YUV | 152.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 44 | 0 | 0.16 | 0.76 | 0.27 | 47.32 | 0.62 | 0.45 |
| Hex | BA | 9C | 2C | 0 | 10 | 4C | 1B | 2F | 3E | 2D |
| Octal | 272 | 234 | 54 | 0 | 20 | 114 | 33 | 57 | 76 | 55 |
| Binary | 10111010 | 10011100 | 101100 | 0 | 10000 | 1001100 | 11011 | 101111 | 111110 | 101101 |
Color Harmonies of #BA9C2C
Complementary color
Monochromatic Colors of #BA9C2C
Black with #BA9C2C
Text Example
Text Example
White with #BA9C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C2C; }
p { color: rgb(186,156,44); }
H1.HeaderClassName
{
color: #BA9C2C;
}
.AnyTagClassName
{
color: #BA9C2C;
}
</style>
background-color css
<style>
a { background-color: #BA9C2C; }
a { background-color: rgb(186,156,44); }
div.DivClassName
{
background-color: #BA9C2C;
}
.BgClassName
{
background-color: #BA9C2C;
}
</style>
border-color css
<style>
span { border-color: #BA9C2C; }
span { border-color: rgb(186,156,44); }
td.TdClassName
{
border-color: #BA9C2C;
}
.TagClassName
{
border-color: #BA9C2C;
}
</style>