Shades of Sahara #BA9F2B
Tints of Sahara #BA9F2B
RGB
CMYK
RGB Variations
Color information
#BA9F2B (or 0xBA9F2B) is known color: Sahara. HEX triplet: BA, 9F and 2B. RGB value is (186,159,43). Sum of RGB (Red+Green+Blue) = 186+159+43=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F2B is #4560D4. Grayscale: #9A9A9A. Windows color (decimal): -4546773 or 2858938. OLE color: 2858938.
HSL color Cylindrical-coordinate representation of color #BA9F2B: hue angle of 48.67º degrees, saturation: 0.62, 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 #BA9F2B is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 43 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.27 |
| HSL | 48.67º | 0.62% | 0.45% | - |
| HSV(B) | 48.67º | 0.77% | 0.73% | - |
| XYZ | 33.08 | 35.41 | 7.38 | - |
| YUV | 153.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 43 | 0 | 0.15 | 0.77 | 0.27 | 48.67 | 0.62 | 0.45 |
| Hex | BA | 9F | 2B | 0 | F | 4D | 1B | 31 | 3E | 2D |
| Octal | 272 | 237 | 53 | 0 | 17 | 115 | 33 | 61 | 76 | 55 |
| Binary | 10111010 | 10011111 | 101011 | 0 | 1111 | 1001101 | 11011 | 110001 | 111110 | 101101 |
Color Harmonies of #BA9F2B
Complementary color
Monochromatic Colors of #BA9F2B
Black with #BA9F2B
Text Example
Text Example
White with #BA9F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F2B; }
p { color: rgb(186,159,43); }
H1.HeaderClassName
{
color: #BA9F2B;
}
.AnyTagClassName
{
color: #BA9F2B;
}
</style>
background-color css
<style>
a { background-color: #BA9F2B; }
a { background-color: rgb(186,159,43); }
div.DivClassName
{
background-color: #BA9F2B;
}
.BgClassName
{
background-color: #BA9F2B;
}
</style>
border-color css
<style>
span { border-color: #BA9F2B; }
span { border-color: rgb(186,159,43); }
td.TdClassName
{
border-color: #BA9F2B;
}
.TagClassName
{
border-color: #BA9F2B;
}
</style>