Shades of Sahara #BA9821
Tints of Sahara #BA9821
RGB
CMYK
RGB Variations
Color information
#BA9821 (or 0xBA9821) is known color: Sahara. HEX triplet: BA, 98 and 21. RGB value is (186,152,33). Sum of RGB (Red+Green+Blue) = 186+152+33=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9821 is #4567DE. Grayscale: #959595. Windows color (decimal): -4548575 or 2201786. OLE color: 2201786.
HSL color Cylindrical-coordinate representation of color #BA9821: hue angle of 46.67º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA9821 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 33 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.27 |
| HSL | 46.67º | 0.7% | 0.43% | - |
| HSV(B) | 46.67º | 0.82% | 0.73% | - |
| XYZ | 31.75 | 33.01 | 6.14 | - |
| YUV | 148.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 33 | 0 | 0.18 | 0.82 | 0.27 | 46.67 | 0.7 | 0.43 |
| Hex | BA | 98 | 21 | 0 | 12 | 52 | 1B | 2F | 46 | 2B |
| Octal | 272 | 230 | 41 | 0 | 22 | 122 | 33 | 57 | 106 | 53 |
| Binary | 10111010 | 10011000 | 100001 | 0 | 10010 | 1010010 | 11011 | 101111 | 1000110 | 101011 |
Color Harmonies of #BA9821
Complementary color
Monochromatic Colors of #BA9821
Black with #BA9821
Text Example
Text Example
White with #BA9821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9821; }
p { color: rgb(186,152,33); }
H1.HeaderClassName
{
color: #BA9821;
}
.AnyTagClassName
{
color: #BA9821;
}
</style>
background-color css
<style>
a { background-color: #BA9821; }
a { background-color: rgb(186,152,33); }
div.DivClassName
{
background-color: #BA9821;
}
.BgClassName
{
background-color: #BA9821;
}
</style>
border-color css
<style>
span { border-color: #BA9821; }
span { border-color: rgb(186,152,33); }
td.TdClassName
{
border-color: #BA9821;
}
.TagClassName
{
border-color: #BA9821;
}
</style>