Shades of Sahara #BA9C2D
Tints of Sahara #BA9C2D
RGB
CMYK
RGB Variations
Color information
#BA9C2D (or 0xBA9C2D) is known color: Sahara. HEX triplet: BA, 9C and 2D. RGB value is (186,156,45). Sum of RGB (Red+Green+Blue) = 186+156+45=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C2D is #4563D2. Grayscale: #989898. Windows color (decimal): -4547539 or 2989242. OLE color: 2989242.
HSL color Cylindrical-coordinate representation of color #BA9C2D: hue angle of 47.23º degrees, saturation: 0.61, 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 #BA9C2D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 45 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.27 |
| HSL | 47.23º | 0.61% | 0.45% | - |
| HSV(B) | 47.23º | 0.76% | 0.73% | - |
| XYZ | 32.61 | 34.41 | 7.4 | - |
| YUV | 152.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 45 | 0 | 0.16 | 0.76 | 0.27 | 47.23 | 0.61 | 0.45 |
| Hex | BA | 9C | 2D | 0 | 10 | 4C | 1B | 2F | 3D | 2D |
| Octal | 272 | 234 | 55 | 0 | 20 | 114 | 33 | 57 | 75 | 55 |
| Binary | 10111010 | 10011100 | 101101 | 0 | 10000 | 1001100 | 11011 | 101111 | 111101 | 101101 |
Color Harmonies of #BA9C2D
Complementary color
Monochromatic Colors of #BA9C2D
Black with #BA9C2D
Text Example
Text Example
White with #BA9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C2D; }
p { color: rgb(186,156,45); }
H1.HeaderClassName
{
color: #BA9C2D;
}
.AnyTagClassName
{
color: #BA9C2D;
}
</style>
background-color css
<style>
a { background-color: #BA9C2D; }
a { background-color: rgb(186,156,45); }
div.DivClassName
{
background-color: #BA9C2D;
}
.BgClassName
{
background-color: #BA9C2D;
}
</style>
border-color css
<style>
span { border-color: #BA9C2D; }
span { border-color: rgb(186,156,45); }
td.TdClassName
{
border-color: #BA9C2D;
}
.TagClassName
{
border-color: #BA9C2D;
}
</style>