Shades of Quicksand #BC9787
Tints of Quicksand #BC9787
RGB
CMYK
RGB Variations
Color information
#BC9787 (or 0xBC9787) is known color: Quicksand. HEX triplet: BC, 97 and 87. RGB value is (188,151,135). Sum of RGB (Red+Green+Blue) = 188+151+135=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9787 is #436878. Grayscale: #A0A0A0. Windows color (decimal): -4417657 or 8886204. OLE color: 8886204.
HSL color Cylindrical-coordinate representation of color #BC9787: hue angle of 18.11º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9787 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 135 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.26 |
| HSL | 18.11º | 0.28% | 0.63% | - |
| HSV(B) | 18.11º | 0.28% | 0.74% | - |
| XYZ | 36.18 | 34.57 | 27.69 | - |
| YUV | 160.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 135 | 0 | 0.20 | 0.28 | 0.26 | 18.11 | 0.28 | 0.63 |
| Hex | BC | 97 | 87 | 0 | 14 | 1C | 1A | 12 | 1C | 3F |
| Octal | 274 | 227 | 207 | 0 | 24 | 34 | 32 | 22 | 34 | 77 |
| Binary | 10111100 | 10010111 | 10000111 | 0 | 10100 | 11100 | 11010 | 10010 | 11100 | 111111 |
Color Harmonies of #BC9787
Complementary color
Monochromatic Colors of #BC9787
Black with #BC9787
Text Example
Text Example
White with #BC9787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9787; }
p { color: rgb(188,151,135); }
H1.HeaderClassName
{
color: #BC9787;
}
.AnyTagClassName
{
color: #BC9787;
}
</style>
background-color css
<style>
a { background-color: #BC9787; }
a { background-color: rgb(188,151,135); }
div.DivClassName
{
background-color: #BC9787;
}
.BgClassName
{
background-color: #BC9787;
}
</style>
border-color css
<style>
span { border-color: #BC9787; }
span { border-color: rgb(188,151,135); }
td.TdClassName
{
border-color: #BC9787;
}
.TagClassName
{
border-color: #BC9787;
}
</style>