Shades of Sahara #BA9927
Tints of Sahara #BA9927
RGB
CMYK
RGB Variations
Color information
#BA9927 (or 0xBA9927) is known color: Sahara. HEX triplet: BA, 99 and 27. RGB value is (186,153,39). Sum of RGB (Red+Green+Blue) = 186+153+39=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9927 is #4566D8. Grayscale: #969696. Windows color (decimal): -4548313 or 2595258. OLE color: 2595258.
HSL color Cylindrical-coordinate representation of color #BA9927: hue angle of 46.53º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA9927 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 39 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.27 |
| HSL | 46.53º | 0.65% | 0.44% | - |
| HSV(B) | 46.53º | 0.79% | 0.73% | - |
| XYZ | 32.01 | 33.37 | 6.67 | - |
| YUV | 149.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 39 | 0 | 0.18 | 0.79 | 0.27 | 46.53 | 0.65 | 0.44 |
| Hex | BA | 99 | 27 | 0 | 12 | 4F | 1B | 2F | 41 | 2C |
| Octal | 272 | 231 | 47 | 0 | 22 | 117 | 33 | 57 | 101 | 54 |
| Binary | 10111010 | 10011001 | 100111 | 0 | 10010 | 1001111 | 11011 | 101111 | 1000001 | 101100 |
Color Harmonies of #BA9927
Complementary color
Monochromatic Colors of #BA9927
Black with #BA9927
Text Example
Text Example
White with #BA9927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9927; }
p { color: rgb(186,153,39); }
H1.HeaderClassName
{
color: #BA9927;
}
.AnyTagClassName
{
color: #BA9927;
}
</style>
background-color css
<style>
a { background-color: #BA9927; }
a { background-color: rgb(186,153,39); }
div.DivClassName
{
background-color: #BA9927;
}
.BgClassName
{
background-color: #BA9927;
}
</style>
border-color css
<style>
span { border-color: #BA9927; }
span { border-color: rgb(186,153,39); }
td.TdClassName
{
border-color: #BA9927;
}
.TagClassName
{
border-color: #BA9927;
}
</style>