Shades of Quicksand #BC9185
Tints of Quicksand #BC9185
RGB
CMYK
RGB Variations
Color information
#BC9185 (or 0xBC9185) is known color: Quicksand. HEX triplet: BC, 91 and 85. RGB value is (188,145,133). Sum of RGB (Red+Green+Blue) = 188+145+133=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9185 is #436E7A. Grayscale: #9C9C9C. Windows color (decimal): -4419195 or 8753596. OLE color: 8753596.
HSL color Cylindrical-coordinate representation of color #BC9185: hue angle of 13.09º 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 #BC9185 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 133 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.26 |
| HSL | 13.09º | 0.29% | 0.63% | - |
| HSV(B) | 13.09º | 0.29% | 0.74% | - |
| XYZ | 35.1 | 32.64 | 26.64 | - |
| YUV | 156.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 133 | 0 | 0.23 | 0.29 | 0.26 | 13.09 | 0.29 | 0.63 |
| Hex | BC | 91 | 85 | 0 | 17 | 1D | 1A | D | 1D | 3F |
| Octal | 274 | 221 | 205 | 0 | 27 | 35 | 32 | 15 | 35 | 77 |
| Binary | 10111100 | 10010001 | 10000101 | 0 | 10111 | 11101 | 11010 | 1101 | 11101 | 111111 |
Color Harmonies of #BC9185
Complementary color
Monochromatic Colors of #BC9185
Black with #BC9185
Text Example
Text Example
White with #BC9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9185; }
p { color: rgb(188,145,133); }
H1.HeaderClassName
{
color: #BC9185;
}
.AnyTagClassName
{
color: #BC9185;
}
</style>
background-color css
<style>
a { background-color: #BC9185; }
a { background-color: rgb(188,145,133); }
div.DivClassName
{
background-color: #BC9185;
}
.BgClassName
{
background-color: #BC9185;
}
</style>
border-color css
<style>
span { border-color: #BC9185; }
span { border-color: rgb(188,145,133); }
td.TdClassName
{
border-color: #BC9185;
}
.TagClassName
{
border-color: #BC9185;
}
</style>