Shades of Quicksand #BA9082
Tints of Quicksand #BA9082
RGB
CMYK
RGB Variations
Color information
#BA9082 (or 0xBA9082) is known color: Quicksand. HEX triplet: BA, 90 and 82. RGB value is (186,144,130). Sum of RGB (Red+Green+Blue) = 186+144+130=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9082 is #456F7D. Grayscale: #9B9B9B. Windows color (decimal): -4550526 or 8556730. OLE color: 8556730.
HSL color Cylindrical-coordinate representation of color #BA9082: hue angle of 15º 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 #BA9082 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 130 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.27 |
| HSL | 15º | 0.29% | 0.62% | - |
| HSV(B) | 15º | 0.3% | 0.73% | - |
| XYZ | 34.25 | 32 | 25.49 | - |
| YUV | 154.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 130 | 0 | 0.23 | 0.30 | 0.27 | 15 | 0.29 | 0.62 |
| Hex | BA | 90 | 82 | 0 | 17 | 1E | 1B | F | 1D | 3E |
| Octal | 272 | 220 | 202 | 0 | 27 | 36 | 33 | 17 | 35 | 76 |
| Binary | 10111010 | 10010000 | 10000010 | 0 | 10111 | 11110 | 11011 | 1111 | 11101 | 111110 |
Color Harmonies of #BA9082
Complementary color
Monochromatic Colors of #BA9082
Black with #BA9082
Text Example
Text Example
White with #BA9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9082; }
p { color: rgb(186,144,130); }
H1.HeaderClassName
{
color: #BA9082;
}
.AnyTagClassName
{
color: #BA9082;
}
</style>
background-color css
<style>
a { background-color: #BA9082; }
a { background-color: rgb(186,144,130); }
div.DivClassName
{
background-color: #BA9082;
}
.BgClassName
{
background-color: #BA9082;
}
</style>
border-color css
<style>
span { border-color: #BA9082; }
span { border-color: rgb(186,144,130); }
td.TdClassName
{
border-color: #BA9082;
}
.TagClassName
{
border-color: #BA9082;
}
</style>