Shades of Sahara #BA9D2F
Tints of Sahara #BA9D2F
RGB
CMYK
RGB Variations
Color information
#BA9D2F (or 0xBA9D2F) is known color: Sahara. HEX triplet: BA, 9D and 2F. RGB value is (186,157,47). Sum of RGB (Red+Green+Blue) = 186+157+47=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D2F is #4562D0. Grayscale: #999999. Windows color (decimal): -4547281 or 3120570. OLE color: 3120570.
HSL color Cylindrical-coordinate representation of color #BA9D2F: hue angle of 47.48º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA9D2F is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 47 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.27 |
| HSL | 47.48º | 0.6% | 0.46% | - |
| HSV(B) | 47.48º | 0.75% | 0.73% | - |
| XYZ | 32.82 | 34.76 | 7.67 | - |
| YUV | 153.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 47 | 0 | 0.16 | 0.75 | 0.27 | 47.48 | 0.6 | 0.46 |
| Hex | BA | 9D | 2F | 0 | 10 | 4B | 1B | 2F | 3C | 2E |
| Octal | 272 | 235 | 57 | 0 | 20 | 113 | 33 | 57 | 74 | 56 |
| Binary | 10111010 | 10011101 | 101111 | 0 | 10000 | 1001011 | 11011 | 101111 | 111100 | 101110 |
Color Harmonies of #BA9D2F
Complementary color
Monochromatic Colors of #BA9D2F
Black with #BA9D2F
Text Example
Text Example
White with #BA9D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D2F; }
p { color: rgb(186,157,47); }
H1.HeaderClassName
{
color: #BA9D2F;
}
.AnyTagClassName
{
color: #BA9D2F;
}
</style>
background-color css
<style>
a { background-color: #BA9D2F; }
a { background-color: rgb(186,157,47); }
div.DivClassName
{
background-color: #BA9D2F;
}
.BgClassName
{
background-color: #BA9D2F;
}
</style>
border-color css
<style>
span { border-color: #BA9D2F; }
span { border-color: rgb(186,157,47); }
td.TdClassName
{
border-color: #BA9D2F;
}
.TagClassName
{
border-color: #BA9D2F;
}
</style>