Shades of Sahara #BA9F25
Tints of Sahara #BA9F25
RGB
CMYK
RGB Variations
Color information
#BA9F25 (or 0xBA9F25) is known color: Sahara. HEX triplet: BA, 9F and 25. RGB value is (186,159,37). Sum of RGB (Red+Green+Blue) = 186+159+37=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F25 is #4560DA. Grayscale: #999999. Windows color (decimal): -4546779 or 2465722. OLE color: 2465722.
HSL color Cylindrical-coordinate representation of color #BA9F25: hue angle of 49.13º degrees, saturation: 0.67, 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 #BA9F25 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 37 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.27 |
| HSL | 49.13º | 0.67% | 0.44% | - |
| HSV(B) | 49.13º | 0.8% | 0.73% | - |
| XYZ | 32.98 | 35.37 | 6.84 | - |
| YUV | 153.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 37 | 0 | 0.15 | 0.80 | 0.27 | 49.13 | 0.67 | 0.44 |
| Hex | BA | 9F | 25 | 0 | F | 50 | 1B | 31 | 43 | 2C |
| Octal | 272 | 237 | 45 | 0 | 17 | 120 | 33 | 61 | 103 | 54 |
| Binary | 10111010 | 10011111 | 100101 | 0 | 1111 | 1010000 | 11011 | 110001 | 1000011 | 101100 |
Color Harmonies of #BA9F25
Complementary color
Monochromatic Colors of #BA9F25
Black with #BA9F25
Text Example
Text Example
White with #BA9F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F25; }
p { color: rgb(186,159,37); }
H1.HeaderClassName
{
color: #BA9F25;
}
.AnyTagClassName
{
color: #BA9F25;
}
</style>
background-color css
<style>
a { background-color: #BA9F25; }
a { background-color: rgb(186,159,37); }
div.DivClassName
{
background-color: #BA9F25;
}
.BgClassName
{
background-color: #BA9F25;
}
</style>
border-color css
<style>
span { border-color: #BA9F25; }
span { border-color: rgb(186,159,37); }
td.TdClassName
{
border-color: #BA9F25;
}
.TagClassName
{
border-color: #BA9F25;
}
</style>