Shades of Quicksand #BA9185
Tints of Quicksand #BA9185
RGB
CMYK
RGB Variations
Color information
#BA9185 (or 0xBA9185) is known color: Quicksand. HEX triplet: BA, 91 and 85. RGB value is (186,145,133). Sum of RGB (Red+Green+Blue) = 186+145+133=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9185 is #456E7A. Grayscale: #9B9B9B. Windows color (decimal): -4550267 or 8753594. OLE color: 8753594.
HSL color Cylindrical-coordinate representation of color #BA9185: hue angle of 13.58º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9185 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 133 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.27 |
| HSL | 13.58º | 0.28% | 0.63% | - |
| HSV(B) | 13.58º | 0.28% | 0.73% | - |
| XYZ | 34.61 | 32.38 | 26.62 | - |
| YUV | 155.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 133 | 0 | 0.22 | 0.28 | 0.27 | 13.58 | 0.28 | 0.63 |
| Hex | BA | 91 | 85 | 0 | 16 | 1C | 1B | E | 1C | 3F |
| Octal | 272 | 221 | 205 | 0 | 26 | 34 | 33 | 16 | 34 | 77 |
| Binary | 10111010 | 10010001 | 10000101 | 0 | 10110 | 11100 | 11011 | 1110 | 11100 | 111111 |
Color Harmonies of #BA9185
Complementary color
Monochromatic Colors of #BA9185
Black with #BA9185
Text Example
Text Example
White with #BA9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9185; }
p { color: rgb(186,145,133); }
H1.HeaderClassName
{
color: #BA9185;
}
.AnyTagClassName
{
color: #BA9185;
}
</style>
background-color css
<style>
a { background-color: #BA9185; }
a { background-color: rgb(186,145,133); }
div.DivClassName
{
background-color: #BA9185;
}
.BgClassName
{
background-color: #BA9185;
}
</style>
border-color css
<style>
span { border-color: #BA9185; }
span { border-color: rgb(186,145,133); }
td.TdClassName
{
border-color: #BA9185;
}
.TagClassName
{
border-color: #BA9185;
}
</style>