Shades of Sahara #BA9F32
Tints of Sahara #BA9F32
RGB
CMYK
RGB Variations
Color information
#BA9F32 (or 0xBA9F32) is known color: Sahara. HEX triplet: BA, 9F and 32. RGB value is (186,159,50). Sum of RGB (Red+Green+Blue) = 186+159+50=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F32 is #4560CD. Grayscale: #9B9B9B. Windows color (decimal): -4546766 or 3317690. OLE color: 3317690.
HSL color Cylindrical-coordinate representation of color #BA9F32: hue angle of 48.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA9F32 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 50 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.27 |
| HSL | 48.09º | 0.58% | 0.46% | - |
| HSV(B) | 48.09º | 0.73% | 0.73% | - |
| XYZ | 33.22 | 35.47 | 8.11 | - |
| YUV | 154.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 50 | 0 | 0.15 | 0.73 | 0.27 | 48.09 | 0.58 | 0.46 |
| Hex | BA | 9F | 32 | 0 | F | 49 | 1B | 30 | 3A | 2E |
| Octal | 272 | 237 | 62 | 0 | 17 | 111 | 33 | 60 | 72 | 56 |
| Binary | 10111010 | 10011111 | 110010 | 0 | 1111 | 1001001 | 11011 | 110000 | 111010 | 101110 |
Color Harmonies of #BA9F32
Complementary color
Monochromatic Colors of #BA9F32
Black with #BA9F32
Text Example
Text Example
White with #BA9F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F32; }
p { color: rgb(186,159,50); }
H1.HeaderClassName
{
color: #BA9F32;
}
.AnyTagClassName
{
color: #BA9F32;
}
</style>
background-color css
<style>
a { background-color: #BA9F32; }
a { background-color: rgb(186,159,50); }
div.DivClassName
{
background-color: #BA9F32;
}
.BgClassName
{
background-color: #BA9F32;
}
</style>
border-color css
<style>
span { border-color: #BA9F32; }
span { border-color: rgb(186,159,50); }
td.TdClassName
{
border-color: #BA9F32;
}
.TagClassName
{
border-color: #BA9F32;
}
</style>