Shades of Sahara #BA9F2A
Tints of Sahara #BA9F2A
RGB
CMYK
RGB Variations
Color information
#BA9F2A (or 0xBA9F2A) is known color: Sahara. HEX triplet: BA, 9F and 2A. RGB value is (186,159,42). Sum of RGB (Red+Green+Blue) = 186+159+42=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F2A is #4560D5. Grayscale: #9A9A9A. Windows color (decimal): -4546774 or 2793402. OLE color: 2793402.
HSL color Cylindrical-coordinate representation of color #BA9F2A: hue angle of 48.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA9F2A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 42 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.27 |
| HSL | 48.75º | 0.63% | 0.45% | - |
| HSV(B) | 48.75º | 0.77% | 0.73% | - |
| XYZ | 33.07 | 35.4 | 7.28 | - |
| YUV | 153.74 | 64.95 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 42 | 0 | 0.15 | 0.77 | 0.27 | 48.75 | 0.63 | 0.45 |
| Hex | BA | 9F | 2A | 0 | F | 4D | 1B | 31 | 3F | 2D |
| Octal | 272 | 237 | 52 | 0 | 17 | 115 | 33 | 61 | 77 | 55 |
| Binary | 10111010 | 10011111 | 101010 | 0 | 1111 | 1001101 | 11011 | 110001 | 111111 | 101101 |
Color Harmonies of #BA9F2A
Complementary color
Monochromatic Colors of #BA9F2A
Black with #BA9F2A
Text Example
Text Example
White with #BA9F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F2A; }
p { color: rgb(186,159,42); }
H1.HeaderClassName
{
color: #BA9F2A;
}
.AnyTagClassName
{
color: #BA9F2A;
}
</style>
background-color css
<style>
a { background-color: #BA9F2A; }
a { background-color: rgb(186,159,42); }
div.DivClassName
{
background-color: #BA9F2A;
}
.BgClassName
{
background-color: #BA9F2A;
}
</style>
border-color css
<style>
span { border-color: #BA9F2A; }
span { border-color: rgb(186,159,42); }
td.TdClassName
{
border-color: #BA9F2A;
}
.TagClassName
{
border-color: #BA9F2A;
}
</style>