Shades of Quicksand #BC968E
Tints of Quicksand #BC968E
RGB
CMYK
RGB Variations
Color information
#BC968E (or 0xBC968E) is known color: Quicksand. HEX triplet: BC, 96 and 8E. RGB value is (188,150,142). Sum of RGB (Red+Green+Blue) = 188+150+142=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC968E is #436971. Grayscale: #A0A0A0. Windows color (decimal): -4417906 or 9344700. OLE color: 9344700.
HSL color Cylindrical-coordinate representation of color #BC968E: hue angle of 10.43º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC968E is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 142 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.26 |
| HSL | 10.43º | 0.26% | 0.65% | - |
| HSV(B) | 10.43º | 0.24% | 0.74% | - |
| XYZ | 36.53 | 34.46 | 30.32 | - |
| YUV | 160.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 142 | 0 | 0.20 | 0.24 | 0.26 | 10.43 | 0.26 | 0.65 |
| Hex | BC | 96 | 8E | 0 | 14 | 18 | 1A | A | 1A | 41 |
| Octal | 274 | 226 | 216 | 0 | 24 | 30 | 32 | 12 | 32 | 101 |
| Binary | 10111100 | 10010110 | 10001110 | 0 | 10100 | 11000 | 11010 | 1010 | 11010 | 1000001 |
Color Harmonies of #BC968E
Complementary color
Monochromatic Colors of #BC968E
Black with #BC968E
Text Example
Text Example
White with #BC968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC968E; }
p { color: rgb(188,150,142); }
H1.HeaderClassName
{
color: #BC968E;
}
.AnyTagClassName
{
color: #BC968E;
}
</style>
background-color css
<style>
a { background-color: #BC968E; }
a { background-color: rgb(188,150,142); }
div.DivClassName
{
background-color: #BC968E;
}
.BgClassName
{
background-color: #BC968E;
}
</style>
border-color css
<style>
span { border-color: #BC968E; }
span { border-color: rgb(188,150,142); }
td.TdClassName
{
border-color: #BC968E;
}
.TagClassName
{
border-color: #BC968E;
}
</style>