Shades of Sahara #BA9523
Tints of Sahara #BA9523
RGB
CMYK
RGB Variations
Color information
#BA9523 (or 0xBA9523) is known color: Sahara. HEX triplet: BA, 95 and 23. RGB value is (186,149,35). Sum of RGB (Red+Green+Blue) = 186+149+35=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9523 is #456ADC. Grayscale: #939393. Windows color (decimal): -4549341 or 2332090. OLE color: 2332090.
HSL color Cylindrical-coordinate representation of color #BA9523: hue angle of 45.3º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA9523 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 35 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.27 |
| HSL | 45.3º | 0.68% | 0.43% | - |
| HSV(B) | 45.3º | 0.81% | 0.73% | - |
| XYZ | 31.3 | 32.06 | 6.13 | - |
| YUV | 147.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 35 | 0 | 0.20 | 0.81 | 0.27 | 45.3 | 0.68 | 0.43 |
| Hex | BA | 95 | 23 | 0 | 14 | 51 | 1B | 2D | 44 | 2B |
| Octal | 272 | 225 | 43 | 0 | 24 | 121 | 33 | 55 | 104 | 53 |
| Binary | 10111010 | 10010101 | 100011 | 0 | 10100 | 1010001 | 11011 | 101101 | 1000100 | 101011 |
Color Harmonies of #BA9523
Complementary color
Monochromatic Colors of #BA9523
Black with #BA9523
Text Example
Text Example
White with #BA9523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9523; }
p { color: rgb(186,149,35); }
H1.HeaderClassName
{
color: #BA9523;
}
.AnyTagClassName
{
color: #BA9523;
}
</style>
background-color css
<style>
a { background-color: #BA9523; }
a { background-color: rgb(186,149,35); }
div.DivClassName
{
background-color: #BA9523;
}
.BgClassName
{
background-color: #BA9523;
}
</style>
border-color css
<style>
span { border-color: #BA9523; }
span { border-color: rgb(186,149,35); }
td.TdClassName
{
border-color: #BA9523;
}
.TagClassName
{
border-color: #BA9523;
}
</style>