Shades of Sahara #BA9A26
Tints of Sahara #BA9A26
RGB
CMYK
RGB Variations
Color information
#BA9A26 (or 0xBA9A26) is known color: Sahara. HEX triplet: BA, 9A and 26. RGB value is (186,154,38). Sum of RGB (Red+Green+Blue) = 186+154+38=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A26 is #4565D9. Grayscale: #969696. Windows color (decimal): -4548058 or 2529978. OLE color: 2529978.
HSL color Cylindrical-coordinate representation of color #BA9A26: hue angle of 47.03º 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 #BA9A26 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 38 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.27 |
| HSL | 47.03º | 0.66% | 0.44% | - |
| HSV(B) | 47.03º | 0.8% | 0.73% | - |
| XYZ | 32.16 | 33.69 | 6.64 | - |
| YUV | 150.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 38 | 0 | 0.17 | 0.80 | 0.27 | 47.03 | 0.66 | 0.44 |
| Hex | BA | 9A | 26 | 0 | 11 | 50 | 1B | 2F | 42 | 2C |
| Octal | 272 | 232 | 46 | 0 | 21 | 120 | 33 | 57 | 102 | 54 |
| Binary | 10111010 | 10011010 | 100110 | 0 | 10001 | 1010000 | 11011 | 101111 | 1000010 | 101100 |
Color Harmonies of #BA9A26
Complementary color
Monochromatic Colors of #BA9A26
Black with #BA9A26
Text Example
Text Example
White with #BA9A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A26; }
p { color: rgb(186,154,38); }
H1.HeaderClassName
{
color: #BA9A26;
}
.AnyTagClassName
{
color: #BA9A26;
}
</style>
background-color css
<style>
a { background-color: #BA9A26; }
a { background-color: rgb(186,154,38); }
div.DivClassName
{
background-color: #BA9A26;
}
.BgClassName
{
background-color: #BA9A26;
}
</style>
border-color css
<style>
span { border-color: #BA9A26; }
span { border-color: rgb(186,154,38); }
td.TdClassName
{
border-color: #BA9A26;
}
.TagClassName
{
border-color: #BA9A26;
}
</style>