Shades of Sahara #BA9E34
Tints of Sahara #BA9E34
RGB
CMYK
RGB Variations
Color information
#BA9E34 (or 0xBA9E34) is known color: Sahara. HEX triplet: BA, 9E and 34. RGB value is (186,158,52). Sum of RGB (Red+Green+Blue) = 186+158+52=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E34 is #4561CB. Grayscale: #9A9A9A. Windows color (decimal): -4547020 or 3448506. OLE color: 3448506.
HSL color Cylindrical-coordinate representation of color #BA9E34: hue angle of 47.46º 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 #BA9E34 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 52 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.27 |
| HSL | 47.46º | 0.56% | 0.47% | - |
| HSV(B) | 47.46º | 0.72% | 0.73% | - |
| XYZ | 33.1 | 35.14 | 8.29 | - |
| YUV | 154.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 52 | 0 | 0.15 | 0.72 | 0.27 | 47.46 | 0.56 | 0.47 |
| Hex | BA | 9E | 34 | 0 | F | 48 | 1B | 2F | 38 | 2F |
| Octal | 272 | 236 | 64 | 0 | 17 | 110 | 33 | 57 | 70 | 57 |
| Binary | 10111010 | 10011110 | 110100 | 0 | 1111 | 1001000 | 11011 | 101111 | 111000 | 101111 |
Color Harmonies of #BA9E34
Complementary color
Monochromatic Colors of #BA9E34
Black with #BA9E34
Text Example
Text Example
White with #BA9E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E34; }
p { color: rgb(186,158,52); }
H1.HeaderClassName
{
color: #BA9E34;
}
.AnyTagClassName
{
color: #BA9E34;
}
</style>
background-color css
<style>
a { background-color: #BA9E34; }
a { background-color: rgb(186,158,52); }
div.DivClassName
{
background-color: #BA9E34;
}
.BgClassName
{
background-color: #BA9E34;
}
</style>
border-color css
<style>
span { border-color: #BA9E34; }
span { border-color: rgb(186,158,52); }
td.TdClassName
{
border-color: #BA9E34;
}
.TagClassName
{
border-color: #BA9E34;
}
</style>