Shades of Sahara #BA9F31
Tints of Sahara #BA9F31
RGB
CMYK
RGB Variations
Color information
#BA9F31 (or 0xBA9F31) is known color: Sahara. HEX triplet: BA, 9F and 31. RGB value is (186,159,49). Sum of RGB (Red+Green+Blue) = 186+159+49=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F31 is #4560CE. Grayscale: #9A9A9A. Windows color (decimal): -4546767 or 3252154. OLE color: 3252154.
HSL color Cylindrical-coordinate representation of color #BA9F31: hue angle of 48.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA9F31 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 49 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.27 |
| HSL | 48.18º | 0.58% | 0.46% | - |
| HSV(B) | 48.18º | 0.74% | 0.73% | - |
| XYZ | 33.2 | 35.46 | 8 | - |
| YUV | 154.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 49 | 0 | 0.15 | 0.74 | 0.27 | 48.18 | 0.58 | 0.46 |
| Hex | BA | 9F | 31 | 0 | F | 4A | 1B | 30 | 3A | 2E |
| Octal | 272 | 237 | 61 | 0 | 17 | 112 | 33 | 60 | 72 | 56 |
| Binary | 10111010 | 10011111 | 110001 | 0 | 1111 | 1001010 | 11011 | 110000 | 111010 | 101110 |
Color Harmonies of #BA9F31
Complementary color
Monochromatic Colors of #BA9F31
Black with #BA9F31
Text Example
Text Example
White with #BA9F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F31; }
p { color: rgb(186,159,49); }
H1.HeaderClassName
{
color: #BA9F31;
}
.AnyTagClassName
{
color: #BA9F31;
}
</style>
background-color css
<style>
a { background-color: #BA9F31; }
a { background-color: rgb(186,159,49); }
div.DivClassName
{
background-color: #BA9F31;
}
.BgClassName
{
background-color: #BA9F31;
}
</style>
border-color css
<style>
span { border-color: #BA9F31; }
span { border-color: rgb(186,159,49); }
td.TdClassName
{
border-color: #BA9F31;
}
.TagClassName
{
border-color: #BA9F31;
}
</style>