Shades of Quicksand #BA9388
Tints of Quicksand #BA9388
RGB
CMYK
RGB Variations
Color information
#BA9388 (or 0xBA9388) is known color: Quicksand. HEX triplet: BA, 93 and 88. RGB value is (186,147,136). Sum of RGB (Red+Green+Blue) = 186+147+136=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9388 is #456C77. Grayscale: #9D9D9D. Windows color (decimal): -4549752 or 8950714. OLE color: 8950714.
HSL color Cylindrical-coordinate representation of color #BA9388: hue angle of 13.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA9388 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 136 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.27 |
| HSL | 13.2º | 0.27% | 0.63% | - |
| HSV(B) | 13.2º | 0.27% | 0.73% | - |
| XYZ | 35.13 | 33.08 | 27.83 | - |
| YUV | 157.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 136 | 0 | 0.21 | 0.27 | 0.27 | 13.2 | 0.27 | 0.63 |
| Hex | BA | 93 | 88 | 0 | 15 | 1B | 1B | D | 1B | 3F |
| Octal | 272 | 223 | 210 | 0 | 25 | 33 | 33 | 15 | 33 | 77 |
| Binary | 10111010 | 10010011 | 10001000 | 0 | 10101 | 11011 | 11011 | 1101 | 11011 | 111111 |
Color Harmonies of #BA9388
Complementary color
Monochromatic Colors of #BA9388
Black with #BA9388
Text Example
Text Example
White with #BA9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9388; }
p { color: rgb(186,147,136); }
H1.HeaderClassName
{
color: #BA9388;
}
.AnyTagClassName
{
color: #BA9388;
}
</style>
background-color css
<style>
a { background-color: #BA9388; }
a { background-color: rgb(186,147,136); }
div.DivClassName
{
background-color: #BA9388;
}
.BgClassName
{
background-color: #BA9388;
}
</style>
border-color css
<style>
span { border-color: #BA9388; }
span { border-color: rgb(186,147,136); }
td.TdClassName
{
border-color: #BA9388;
}
.TagClassName
{
border-color: #BA9388;
}
</style>