Shades of Sahara #BA9D2B
Tints of Sahara #BA9D2B
RGB
CMYK
RGB Variations
Color information
#BA9D2B (or 0xBA9D2B) is known color: Sahara. HEX triplet: BA, 9D and 2B. RGB value is (186,157,43). Sum of RGB (Red+Green+Blue) = 186+157+43=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D2B is #4562D4. Grayscale: #999999. Windows color (decimal): -4547285 or 2858426. OLE color: 2858426.
HSL color Cylindrical-coordinate representation of color #BA9D2B: hue angle of 47.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA9D2B is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 43 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.27 |
| HSL | 47.83º | 0.62% | 0.45% | - |
| HSV(B) | 47.83º | 0.77% | 0.73% | - |
| XYZ | 32.74 | 34.73 | 7.26 | - |
| YUV | 152.68 | 66.11 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 43 | 0 | 0.16 | 0.77 | 0.27 | 47.83 | 0.62 | 0.45 |
| Hex | BA | 9D | 2B | 0 | 10 | 4D | 1B | 30 | 3E | 2D |
| Octal | 272 | 235 | 53 | 0 | 20 | 115 | 33 | 60 | 76 | 55 |
| Binary | 10111010 | 10011101 | 101011 | 0 | 10000 | 1001101 | 11011 | 110000 | 111110 | 101101 |
Color Harmonies of #BA9D2B
Complementary color
Monochromatic Colors of #BA9D2B
Black with #BA9D2B
Text Example
Text Example
White with #BA9D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D2B; }
p { color: rgb(186,157,43); }
H1.HeaderClassName
{
color: #BA9D2B;
}
.AnyTagClassName
{
color: #BA9D2B;
}
</style>
background-color css
<style>
a { background-color: #BA9D2B; }
a { background-color: rgb(186,157,43); }
div.DivClassName
{
background-color: #BA9D2B;
}
.BgClassName
{
background-color: #BA9D2B;
}
</style>
border-color css
<style>
span { border-color: #BA9D2B; }
span { border-color: rgb(186,157,43); }
td.TdClassName
{
border-color: #BA9D2B;
}
.TagClassName
{
border-color: #BA9D2B;
}
</style>