Shades of Quicksand #BC958C
Tints of Quicksand #BC958C
RGB
CMYK
RGB Variations
Color information
#BC958C (or 0xBC958C) is known color: Quicksand. HEX triplet: BC, 95 and 8C. RGB value is (188,149,140). Sum of RGB (Red+Green+Blue) = 188+149+140=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC958C is #436A73. Grayscale: #9F9F9F. Windows color (decimal): -4418164 or 9213372. OLE color: 9213372.
HSL color Cylindrical-coordinate representation of color #BC958C: hue angle of 11.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC958C is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 140 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.26 |
| HSL | 11.25º | 0.26% | 0.64% | - |
| HSV(B) | 11.25º | 0.26% | 0.74% | - |
| XYZ | 36.22 | 34.08 | 29.48 | - |
| YUV | 159.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 140 | 0 | 0.21 | 0.26 | 0.26 | 11.25 | 0.26 | 0.64 |
| Hex | BC | 95 | 8C | 0 | 15 | 1A | 1A | B | 1A | 40 |
| Octal | 274 | 225 | 214 | 0 | 25 | 32 | 32 | 13 | 32 | 100 |
| Binary | 10111100 | 10010101 | 10001100 | 0 | 10101 | 11010 | 11010 | 1011 | 11010 | 1000000 |
Color Harmonies of #BC958C
Complementary color
Monochromatic Colors of #BC958C
Black with #BC958C
Text Example
Text Example
White with #BC958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC958C; }
p { color: rgb(188,149,140); }
H1.HeaderClassName
{
color: #BC958C;
}
.AnyTagClassName
{
color: #BC958C;
}
</style>
background-color css
<style>
a { background-color: #BC958C; }
a { background-color: rgb(188,149,140); }
div.DivClassName
{
background-color: #BC958C;
}
.BgClassName
{
background-color: #BC958C;
}
</style>
border-color css
<style>
span { border-color: #BC958C; }
span { border-color: rgb(188,149,140); }
td.TdClassName
{
border-color: #BC958C;
}
.TagClassName
{
border-color: #BC958C;
}
</style>