Shades of Sahara #BA9D32
Tints of Sahara #BA9D32
RGB
CMYK
RGB Variations
Color information
#BA9D32 (or 0xBA9D32) is known color: Sahara. HEX triplet: BA, 9D and 32. RGB value is (186,157,50). Sum of RGB (Red+Green+Blue) = 186+157+50=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D32 is #4562CD. Grayscale: #999999. Windows color (decimal): -4547278 or 3317178. OLE color: 3317178.
HSL color Cylindrical-coordinate representation of color #BA9D32: hue angle of 47.21º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA9D32 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 50 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.27 |
| HSL | 47.21º | 0.58% | 0.46% | - |
| HSV(B) | 47.21º | 0.73% | 0.73% | - |
| XYZ | 32.88 | 34.78 | 8 | - |
| YUV | 153.47 | 69.61 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 50 | 0 | 0.16 | 0.73 | 0.27 | 47.21 | 0.58 | 0.46 |
| Hex | BA | 9D | 32 | 0 | 10 | 49 | 1B | 2F | 3A | 2E |
| Octal | 272 | 235 | 62 | 0 | 20 | 111 | 33 | 57 | 72 | 56 |
| Binary | 10111010 | 10011101 | 110010 | 0 | 10000 | 1001001 | 11011 | 101111 | 111010 | 101110 |
Color Harmonies of #BA9D32
Complementary color
Monochromatic Colors of #BA9D32
Black with #BA9D32
Text Example
Text Example
White with #BA9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D32; }
p { color: rgb(186,157,50); }
H1.HeaderClassName
{
color: #BA9D32;
}
.AnyTagClassName
{
color: #BA9D32;
}
</style>
background-color css
<style>
a { background-color: #BA9D32; }
a { background-color: rgb(186,157,50); }
div.DivClassName
{
background-color: #BA9D32;
}
.BgClassName
{
background-color: #BA9D32;
}
</style>
border-color css
<style>
span { border-color: #BA9D32; }
span { border-color: rgb(186,157,50); }
td.TdClassName
{
border-color: #BA9D32;
}
.TagClassName
{
border-color: #BA9D32;
}
</style>