Shades of Sahara #BA9C2F
Tints of Sahara #BA9C2F
RGB
CMYK
RGB Variations
Color information
#BA9C2F (or 0xBA9C2F) is known color: Sahara. HEX triplet: BA, 9C and 2F. RGB value is (186,156,47). Sum of RGB (Red+Green+Blue) = 186+156+47=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C2F is #4563D0. Grayscale: #999999. Windows color (decimal): -4547537 or 3120314. OLE color: 3120314.
HSL color Cylindrical-coordinate representation of color #BA9C2F: hue angle of 47.05º 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 #BA9C2F is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 47 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.27 |
| HSL | 47.05º | 0.6% | 0.46% | - |
| HSV(B) | 47.05º | 0.75% | 0.73% | - |
| XYZ | 32.65 | 34.42 | 7.61 | - |
| YUV | 152.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 47 | 0 | 0.16 | 0.75 | 0.27 | 47.05 | 0.6 | 0.46 |
| Hex | BA | 9C | 2F | 0 | 10 | 4B | 1B | 2F | 3C | 2E |
| Octal | 272 | 234 | 57 | 0 | 20 | 113 | 33 | 57 | 74 | 56 |
| Binary | 10111010 | 10011100 | 101111 | 0 | 10000 | 1001011 | 11011 | 101111 | 111100 | 101110 |
Color Harmonies of #BA9C2F
Complementary color
Monochromatic Colors of #BA9C2F
Black with #BA9C2F
Text Example
Text Example
White with #BA9C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C2F; }
p { color: rgb(186,156,47); }
H1.HeaderClassName
{
color: #BA9C2F;
}
.AnyTagClassName
{
color: #BA9C2F;
}
</style>
background-color css
<style>
a { background-color: #BA9C2F; }
a { background-color: rgb(186,156,47); }
div.DivClassName
{
background-color: #BA9C2F;
}
.BgClassName
{
background-color: #BA9C2F;
}
</style>
border-color css
<style>
span { border-color: #BA9C2F; }
span { border-color: rgb(186,156,47); }
td.TdClassName
{
border-color: #BA9C2F;
}
.TagClassName
{
border-color: #BA9C2F;
}
</style>