Shades of Sahara #BA9C22
Tints of Sahara #BA9C22
RGB
CMYK
RGB Variations
Color information
#BA9C22 (or 0xBA9C22) is known color: Sahara. HEX triplet: BA, 9C and 22. RGB value is (186,156,34). Sum of RGB (Red+Green+Blue) = 186+156+34=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C22 is #4563DD. Grayscale: #979797. Windows color (decimal): -4547550 or 2268346. OLE color: 2268346.
HSL color Cylindrical-coordinate representation of color #BA9C22: hue angle of 48.16º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA9C22 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 34 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.27 |
| HSL | 48.16º | 0.69% | 0.43% | - |
| HSV(B) | 48.16º | 0.82% | 0.73% | - |
| XYZ | 32.43 | 34.33 | 6.43 | - |
| YUV | 151.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 34 | 0 | 0.16 | 0.82 | 0.27 | 48.16 | 0.69 | 0.43 |
| Hex | BA | 9C | 22 | 0 | 10 | 52 | 1B | 30 | 45 | 2B |
| Octal | 272 | 234 | 42 | 0 | 20 | 122 | 33 | 60 | 105 | 53 |
| Binary | 10111010 | 10011100 | 100010 | 0 | 10000 | 1010010 | 11011 | 110000 | 1000101 | 101011 |
Color Harmonies of #BA9C22
Complementary color
Monochromatic Colors of #BA9C22
Black with #BA9C22
Text Example
Text Example
White with #BA9C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C22; }
p { color: rgb(186,156,34); }
H1.HeaderClassName
{
color: #BA9C22;
}
.AnyTagClassName
{
color: #BA9C22;
}
</style>
background-color css
<style>
a { background-color: #BA9C22; }
a { background-color: rgb(186,156,34); }
div.DivClassName
{
background-color: #BA9C22;
}
.BgClassName
{
background-color: #BA9C22;
}
</style>
border-color css
<style>
span { border-color: #BA9C22; }
span { border-color: rgb(186,156,34); }
td.TdClassName
{
border-color: #BA9C22;
}
.TagClassName
{
border-color: #BA9C22;
}
</style>