Shades of Sahara #BA9F34
Tints of Sahara #BA9F34
RGB
CMYK
RGB Variations
Color information
#BA9F34 (or 0xBA9F34) is known color: Sahara. HEX triplet: BA, 9F and 34. RGB value is (186,159,52). Sum of RGB (Red+Green+Blue) = 186+159+52=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F34 is #4560CB. Grayscale: #9B9B9B. Windows color (decimal): -4546764 or 3448762. OLE color: 3448762.
HSL color Cylindrical-coordinate representation of color #BA9F34: hue angle of 47.91º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA9F34 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 52 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.27 |
| HSL | 47.91º | 0.56% | 0.47% | - |
| HSV(B) | 47.91º | 0.72% | 0.73% | - |
| XYZ | 33.27 | 35.48 | 8.34 | - |
| YUV | 154.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 52 | 0 | 0.15 | 0.72 | 0.27 | 47.91 | 0.56 | 0.47 |
| Hex | BA | 9F | 34 | 0 | F | 48 | 1B | 30 | 38 | 2F |
| Octal | 272 | 237 | 64 | 0 | 17 | 110 | 33 | 60 | 70 | 57 |
| Binary | 10111010 | 10011111 | 110100 | 0 | 1111 | 1001000 | 11011 | 110000 | 111000 | 101111 |
Color Harmonies of #BA9F34
Complementary color
Monochromatic Colors of #BA9F34
Black with #BA9F34
Text Example
Text Example
White with #BA9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F34; }
p { color: rgb(186,159,52); }
H1.HeaderClassName
{
color: #BA9F34;
}
.AnyTagClassName
{
color: #BA9F34;
}
</style>
background-color css
<style>
a { background-color: #BA9F34; }
a { background-color: rgb(186,159,52); }
div.DivClassName
{
background-color: #BA9F34;
}
.BgClassName
{
background-color: #BA9F34;
}
</style>
border-color css
<style>
span { border-color: #BA9F34; }
span { border-color: rgb(186,159,52); }
td.TdClassName
{
border-color: #BA9F34;
}
.TagClassName
{
border-color: #BA9F34;
}
</style>