Shades of Sahara #BAA032
Tints of Sahara #BAA032
RGB
CMYK
RGB Variations
Color information
#BAA032 (or 0xBAA032) is known color: Sahara. HEX triplet: BA, A0 and 32. RGB value is (186,160,50). Sum of RGB (Red+Green+Blue) = 186+160+50=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA032 is #455FCD. Grayscale: #9B9B9B. Windows color (decimal): -4546510 or 3317946. OLE color: 3317946.
HSL color Cylindrical-coordinate representation of color #BAA032: hue angle of 48.53º 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 #BAA032 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 50 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.27 |
| HSL | 48.53º | 0.58% | 0.46% | - |
| HSV(B) | 48.53º | 0.73% | 0.73% | - |
| XYZ | 33.4 | 35.81 | 8.17 | - |
| YUV | 155.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 50 | 0 | 0.14 | 0.73 | 0.27 | 48.53 | 0.58 | 0.46 |
| Hex | BA | A0 | 32 | 0 | E | 49 | 1B | 31 | 3A | 2E |
| Octal | 272 | 240 | 62 | 0 | 16 | 111 | 33 | 61 | 72 | 56 |
| Binary | 10111010 | 10100000 | 110010 | 0 | 1110 | 1001001 | 11011 | 110001 | 111010 | 101110 |
Color Harmonies of #BAA032
Complementary color
Monochromatic Colors of #BAA032
Black with #BAA032
Text Example
Text Example
White with #BAA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA032; }
p { color: rgb(186,160,50); }
H1.HeaderClassName
{
color: #BAA032;
}
.AnyTagClassName
{
color: #BAA032;
}
</style>
background-color css
<style>
a { background-color: #BAA032; }
a { background-color: rgb(186,160,50); }
div.DivClassName
{
background-color: #BAA032;
}
.BgClassName
{
background-color: #BAA032;
}
</style>
border-color css
<style>
span { border-color: #BAA032; }
span { border-color: rgb(186,160,50); }
td.TdClassName
{
border-color: #BAA032;
}
.TagClassName
{
border-color: #BAA032;
}
</style>