Shades of Sahara #BA9521
Tints of Sahara #BA9521
RGB
CMYK
RGB Variations
Color information
#BA9521 (or 0xBA9521) is known color: Sahara. HEX triplet: BA, 95 and 21. RGB value is (186,149,33). Sum of RGB (Red+Green+Blue) = 186+149+33=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9521 is #456ADE. Grayscale: #939393. Windows color (decimal): -4549343 or 2201018. OLE color: 2201018.
HSL color Cylindrical-coordinate representation of color #BA9521: hue angle of 45.49º 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 #BA9521 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 33 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.27 |
| HSL | 45.49º | 0.7% | 0.43% | - |
| HSV(B) | 45.49º | 0.82% | 0.73% | - |
| XYZ | 31.27 | 32.04 | 5.98 | - |
| YUV | 146.84 | 63.76 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 33 | 0 | 0.20 | 0.82 | 0.27 | 45.49 | 0.7 | 0.43 |
| Hex | BA | 95 | 21 | 0 | 14 | 52 | 1B | 2D | 46 | 2B |
| Octal | 272 | 225 | 41 | 0 | 24 | 122 | 33 | 55 | 106 | 53 |
| Binary | 10111010 | 10010101 | 100001 | 0 | 10100 | 1010010 | 11011 | 101101 | 1000110 | 101011 |
Color Harmonies of #BA9521
Complementary color
Monochromatic Colors of #BA9521
Black with #BA9521
Text Example
Text Example
White with #BA9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9521; }
p { color: rgb(186,149,33); }
H1.HeaderClassName
{
color: #BA9521;
}
.AnyTagClassName
{
color: #BA9521;
}
</style>
background-color css
<style>
a { background-color: #BA9521; }
a { background-color: rgb(186,149,33); }
div.DivClassName
{
background-color: #BA9521;
}
.BgClassName
{
background-color: #BA9521;
}
</style>
border-color css
<style>
span { border-color: #BA9521; }
span { border-color: rgb(186,149,33); }
td.TdClassName
{
border-color: #BA9521;
}
.TagClassName
{
border-color: #BA9521;
}
</style>