Shades of Sahara #BA9620
Tints of Sahara #BA9620
RGB
CMYK
RGB Variations
Color information
#BA9620 (or 0xBA9620) is known color: Sahara. HEX triplet: BA, 96 and 20. RGB value is (186,150,32). Sum of RGB (Red+Green+Blue) = 186+150+32=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9620 is #4569DF. Grayscale: #939393. Windows color (decimal): -4549088 or 2135738. OLE color: 2135738.
HSL color Cylindrical-coordinate representation of color #BA9620: hue angle of 45.97º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA9620 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 32 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.27 |
| HSL | 45.97º | 0.71% | 0.43% | - |
| HSV(B) | 45.97º | 0.83% | 0.73% | - |
| XYZ | 31.42 | 32.36 | 5.96 | - |
| YUV | 147.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 32 | 0 | 0.19 | 0.83 | 0.27 | 45.97 | 0.71 | 0.43 |
| Hex | BA | 96 | 20 | 0 | 13 | 53 | 1B | 2E | 47 | 2B |
| Octal | 272 | 226 | 40 | 0 | 23 | 123 | 33 | 56 | 107 | 53 |
| Binary | 10111010 | 10010110 | 100000 | 0 | 10011 | 1010011 | 11011 | 101110 | 1000111 | 101011 |
Color Harmonies of #BA9620
Complementary color
Monochromatic Colors of #BA9620
Black with #BA9620
Text Example
Text Example
White with #BA9620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9620; }
p { color: rgb(186,150,32); }
H1.HeaderClassName
{
color: #BA9620;
}
.AnyTagClassName
{
color: #BA9620;
}
</style>
background-color css
<style>
a { background-color: #BA9620; }
a { background-color: rgb(186,150,32); }
div.DivClassName
{
background-color: #BA9620;
}
.BgClassName
{
background-color: #BA9620;
}
</style>
border-color css
<style>
span { border-color: #BA9620; }
span { border-color: rgb(186,150,32); }
td.TdClassName
{
border-color: #BA9620;
}
.TagClassName
{
border-color: #BA9620;
}
</style>