Shades of Quicksand #BA9182
Tints of Quicksand #BA9182
RGB
CMYK
RGB Variations
Color information
#BA9182 (or 0xBA9182) is known color: Quicksand. HEX triplet: BA, 91 and 82. RGB value is (186,145,130). Sum of RGB (Red+Green+Blue) = 186+145+130=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9182 is #456E7D. Grayscale: #9B9B9B. Windows color (decimal): -4550270 or 8556986. OLE color: 8556986.
HSL color Cylindrical-coordinate representation of color #BA9182: hue angle of 16.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9182 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 130 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.27 |
| HSL | 16.07º | 0.29% | 0.62% | - |
| HSV(B) | 16.07º | 0.3% | 0.73% | - |
| XYZ | 34.4 | 32.3 | 25.54 | - |
| YUV | 155.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 130 | 0 | 0.22 | 0.30 | 0.27 | 16.07 | 0.29 | 0.62 |
| Hex | BA | 91 | 82 | 0 | 16 | 1E | 1B | 10 | 1D | 3E |
| Octal | 272 | 221 | 202 | 0 | 26 | 36 | 33 | 20 | 35 | 76 |
| Binary | 10111010 | 10010001 | 10000010 | 0 | 10110 | 11110 | 11011 | 10000 | 11101 | 111110 |
Color Harmonies of #BA9182
Complementary color
Monochromatic Colors of #BA9182
Black with #BA9182
Text Example
Text Example
White with #BA9182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9182; }
p { color: rgb(186,145,130); }
H1.HeaderClassName
{
color: #BA9182;
}
.AnyTagClassName
{
color: #BA9182;
}
</style>
background-color css
<style>
a { background-color: #BA9182; }
a { background-color: rgb(186,145,130); }
div.DivClassName
{
background-color: #BA9182;
}
.BgClassName
{
background-color: #BA9182;
}
</style>
border-color css
<style>
span { border-color: #BA9182; }
span { border-color: rgb(186,145,130); }
td.TdClassName
{
border-color: #BA9182;
}
.TagClassName
{
border-color: #BA9182;
}
</style>