Shades of Quicksand #BA9284
Tints of Quicksand #BA9284
RGB
CMYK
RGB Variations
Color information
#BA9284 (or 0xBA9284) is known color: Quicksand. HEX triplet: BA, 92 and 84. RGB value is (186,146,132). Sum of RGB (Red+Green+Blue) = 186+146+132=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9284 is #456D7B. Grayscale: #9C9C9C. Windows color (decimal): -4550012 or 8688314. OLE color: 8688314.
HSL color Cylindrical-coordinate representation of color #BA9284: hue angle of 15.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9284 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 132 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.27 |
| HSL | 15.56º | 0.28% | 0.62% | - |
| HSV(B) | 15.56º | 0.29% | 0.73% | - |
| XYZ | 34.69 | 32.66 | 26.31 | - |
| YUV | 156.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 132 | 0 | 0.22 | 0.29 | 0.27 | 15.56 | 0.28 | 0.62 |
| Hex | BA | 92 | 84 | 0 | 16 | 1D | 1B | 10 | 1C | 3E |
| Octal | 272 | 222 | 204 | 0 | 26 | 35 | 33 | 20 | 34 | 76 |
| Binary | 10111010 | 10010010 | 10000100 | 0 | 10110 | 11101 | 11011 | 10000 | 11100 | 111110 |
Color Harmonies of #BA9284
Complementary color
Monochromatic Colors of #BA9284
Black with #BA9284
Text Example
Text Example
White with #BA9284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9284; }
p { color: rgb(186,146,132); }
H1.HeaderClassName
{
color: #BA9284;
}
.AnyTagClassName
{
color: #BA9284;
}
</style>
background-color css
<style>
a { background-color: #BA9284; }
a { background-color: rgb(186,146,132); }
div.DivClassName
{
background-color: #BA9284;
}
.BgClassName
{
background-color: #BA9284;
}
</style>
border-color css
<style>
span { border-color: #BA9284; }
span { border-color: rgb(186,146,132); }
td.TdClassName
{
border-color: #BA9284;
}
.TagClassName
{
border-color: #BA9284;
}
</style>