Shades of Quicksand #BC968F
Tints of Quicksand #BC968F
RGB
CMYK
RGB Variations
Color information
#BC968F (or 0xBC968F) is known color: Quicksand. HEX triplet: BC, 96 and 8F. RGB value is (188,150,143). Sum of RGB (Red+Green+Blue) = 188+150+143=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC968F is #436970. Grayscale: #A0A0A0. Windows color (decimal): -4417905 or 9410236. OLE color: 9410236.
HSL color Cylindrical-coordinate representation of color #BC968F: hue angle of 9.33º degrees, saturation: 0.25, 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 #BC968F is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 143 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.26 |
| HSL | 9.33º | 0.25% | 0.65% | - |
| HSV(B) | 9.33º | 0.24% | 0.74% | - |
| XYZ | 36.6 | 34.49 | 30.71 | - |
| YUV | 160.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 143 | 0 | 0.20 | 0.24 | 0.26 | 9.33 | 0.25 | 0.65 |
| Hex | BC | 96 | 8F | 0 | 14 | 18 | 1A | 9 | 19 | 41 |
| Octal | 274 | 226 | 217 | 0 | 24 | 30 | 32 | 11 | 31 | 101 |
| Binary | 10111100 | 10010110 | 10001111 | 0 | 10100 | 11000 | 11010 | 1001 | 11001 | 1000001 |
Color Harmonies of #BC968F
Complementary color
Monochromatic Colors of #BC968F
Black with #BC968F
Text Example
Text Example
White with #BC968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC968F; }
p { color: rgb(188,150,143); }
H1.HeaderClassName
{
color: #BC968F;
}
.AnyTagClassName
{
color: #BC968F;
}
</style>
background-color css
<style>
a { background-color: #BC968F; }
a { background-color: rgb(188,150,143); }
div.DivClassName
{
background-color: #BC968F;
}
.BgClassName
{
background-color: #BC968F;
}
</style>
border-color css
<style>
span { border-color: #BC968F; }
span { border-color: rgb(188,150,143); }
td.TdClassName
{
border-color: #BC968F;
}
.TagClassName
{
border-color: #BC968F;
}
</style>