Shades of Quicksand #BC9686
Tints of Quicksand #BC9686
RGB
CMYK
RGB Variations
Color information
#BC9686 (or 0xBC9686) is known color: Quicksand. HEX triplet: BC, 96 and 86. RGB value is (188,150,134). Sum of RGB (Red+Green+Blue) = 188+150+134=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9686 is #436979. Grayscale: #9F9F9F. Windows color (decimal): -4417914 or 8820412. OLE color: 8820412.
HSL color Cylindrical-coordinate representation of color #BC9686: hue angle of 17.78º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9686 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 134 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.26 |
| HSL | 17.78º | 0.29% | 0.63% | - |
| HSV(B) | 17.78º | 0.29% | 0.74% | - |
| XYZ | 35.95 | 34.23 | 27.27 | - |
| YUV | 159.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 134 | 0 | 0.20 | 0.29 | 0.26 | 17.78 | 0.29 | 0.63 |
| Hex | BC | 96 | 86 | 0 | 14 | 1D | 1A | 12 | 1D | 3F |
| Octal | 274 | 226 | 206 | 0 | 24 | 35 | 32 | 22 | 35 | 77 |
| Binary | 10111100 | 10010110 | 10000110 | 0 | 10100 | 11101 | 11010 | 10010 | 11101 | 111111 |
Color Harmonies of #BC9686
Complementary color
Monochromatic Colors of #BC9686
Black with #BC9686
Text Example
Text Example
White with #BC9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9686; }
p { color: rgb(188,150,134); }
H1.HeaderClassName
{
color: #BC9686;
}
.AnyTagClassName
{
color: #BC9686;
}
</style>
background-color css
<style>
a { background-color: #BC9686; }
a { background-color: rgb(188,150,134); }
div.DivClassName
{
background-color: #BC9686;
}
.BgClassName
{
background-color: #BC9686;
}
</style>
border-color css
<style>
span { border-color: #BC9686; }
span { border-color: rgb(188,150,134); }
td.TdClassName
{
border-color: #BC9686;
}
.TagClassName
{
border-color: #BC9686;
}
</style>