Shades of Sahara #BA9A2D
Tints of Sahara #BA9A2D
RGB
CMYK
RGB Variations
Color information
#BA9A2D (or 0xBA9A2D) is known color: Sahara. HEX triplet: BA, 9A and 2D. RGB value is (186,154,45). Sum of RGB (Red+Green+Blue) = 186+154+45=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A2D is #4565D2. Grayscale: #979797. Windows color (decimal): -4548051 or 2988730. OLE color: 2988730.
HSL color Cylindrical-coordinate representation of color #BA9A2D: hue angle of 46.38º 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 #BA9A2D is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 45 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.27 |
| HSL | 46.38º | 0.61% | 0.45% | - |
| HSV(B) | 46.38º | 0.76% | 0.73% | - |
| XYZ | 32.28 | 33.74 | 7.29 | - |
| YUV | 151.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 45 | 0 | 0.17 | 0.76 | 0.27 | 46.38 | 0.61 | 0.45 |
| Hex | BA | 9A | 2D | 0 | 11 | 4C | 1B | 2E | 3D | 2D |
| Octal | 272 | 232 | 55 | 0 | 21 | 114 | 33 | 56 | 75 | 55 |
| Binary | 10111010 | 10011010 | 101101 | 0 | 10001 | 1001100 | 11011 | 101110 | 111101 | 101101 |
Color Harmonies of #BA9A2D
Complementary color
Monochromatic Colors of #BA9A2D
Black with #BA9A2D
Text Example
Text Example
White with #BA9A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A2D; }
p { color: rgb(186,154,45); }
H1.HeaderClassName
{
color: #BA9A2D;
}
.AnyTagClassName
{
color: #BA9A2D;
}
</style>
background-color css
<style>
a { background-color: #BA9A2D; }
a { background-color: rgb(186,154,45); }
div.DivClassName
{
background-color: #BA9A2D;
}
.BgClassName
{
background-color: #BA9A2D;
}
</style>
border-color css
<style>
span { border-color: #BA9A2D; }
span { border-color: rgb(186,154,45); }
td.TdClassName
{
border-color: #BA9A2D;
}
.TagClassName
{
border-color: #BA9A2D;
}
</style>