Shades of Sahara #BA9E26
Tints of Sahara #BA9E26
RGB
CMYK
RGB Variations
Color information
#BA9E26 (or 0xBA9E26) is known color: Sahara. HEX triplet: BA, 9E and 26. RGB value is (186,158,38). Sum of RGB (Red+Green+Blue) = 186+158+38=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E26 is #4561D9. Grayscale: #999999. Windows color (decimal): -4547034 or 2531002. OLE color: 2531002.
HSL color Cylindrical-coordinate representation of color #BA9E26: hue angle of 48.65º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA9E26 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 38 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.27 |
| HSL | 48.65º | 0.66% | 0.44% | - |
| HSV(B) | 48.65º | 0.8% | 0.73% | - |
| XYZ | 32.83 | 35.03 | 6.87 | - |
| YUV | 152.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 38 | 0 | 0.15 | 0.80 | 0.27 | 48.65 | 0.66 | 0.44 |
| Hex | BA | 9E | 26 | 0 | F | 50 | 1B | 31 | 42 | 2C |
| Octal | 272 | 236 | 46 | 0 | 17 | 120 | 33 | 61 | 102 | 54 |
| Binary | 10111010 | 10011110 | 100110 | 0 | 1111 | 1010000 | 11011 | 110001 | 1000010 | 101100 |
Color Harmonies of #BA9E26
Complementary color
Monochromatic Colors of #BA9E26
Black with #BA9E26
Text Example
Text Example
White with #BA9E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E26; }
p { color: rgb(186,158,38); }
H1.HeaderClassName
{
color: #BA9E26;
}
.AnyTagClassName
{
color: #BA9E26;
}
</style>
background-color css
<style>
a { background-color: #BA9E26; }
a { background-color: rgb(186,158,38); }
div.DivClassName
{
background-color: #BA9E26;
}
.BgClassName
{
background-color: #BA9E26;
}
</style>
border-color css
<style>
span { border-color: #BA9E26; }
span { border-color: rgb(186,158,38); }
td.TdClassName
{
border-color: #BA9E26;
}
.TagClassName
{
border-color: #BA9E26;
}
</style>