Shades of Sahara #BA9C24
Tints of Sahara #BA9C24
RGB
CMYK
RGB Variations
Color information
#BA9C24 (or 0xBA9C24) is known color: Sahara. HEX triplet: BA, 9C and 24. RGB value is (186,156,36). Sum of RGB (Red+Green+Blue) = 186+156+36=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C24 is #4563DB. Grayscale: #979797. Windows color (decimal): -4547548 or 2399418. OLE color: 2399418.
HSL color Cylindrical-coordinate representation of color #BA9C24: hue angle of 48º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA9C24 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 36 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.27 |
| HSL | 48º | 0.68% | 0.44% | - |
| HSV(B) | 48º | 0.81% | 0.73% | - |
| XYZ | 32.46 | 34.34 | 6.59 | - |
| YUV | 151.29 | 62.94 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 36 | 0 | 0.16 | 0.81 | 0.27 | 48 | 0.68 | 0.44 |
| Hex | BA | 9C | 24 | 0 | 10 | 51 | 1B | 30 | 44 | 2C |
| Octal | 272 | 234 | 44 | 0 | 20 | 121 | 33 | 60 | 104 | 54 |
| Binary | 10111010 | 10011100 | 100100 | 0 | 10000 | 1010001 | 11011 | 110000 | 1000100 | 101100 |
Color Harmonies of #BA9C24
Complementary color
Monochromatic Colors of #BA9C24
Black with #BA9C24
Text Example
Text Example
White with #BA9C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C24; }
p { color: rgb(186,156,36); }
H1.HeaderClassName
{
color: #BA9C24;
}
.AnyTagClassName
{
color: #BA9C24;
}
</style>
background-color css
<style>
a { background-color: #BA9C24; }
a { background-color: rgb(186,156,36); }
div.DivClassName
{
background-color: #BA9C24;
}
.BgClassName
{
background-color: #BA9C24;
}
</style>
border-color css
<style>
span { border-color: #BA9C24; }
span { border-color: rgb(186,156,36); }
td.TdClassName
{
border-color: #BA9C24;
}
.TagClassName
{
border-color: #BA9C24;
}
</style>