Shades of Quicksand #BC948C
Tints of Quicksand #BC948C
RGB
CMYK
RGB Variations
Color information
#BC948C (or 0xBC948C) is known color: Quicksand. HEX triplet: BC, 94 and 8C. RGB value is (188,148,140). Sum of RGB (Red+Green+Blue) = 188+148+140=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC948C is #436B73. Grayscale: #9F9F9F. Windows color (decimal): -4418420 or 9213116. OLE color: 9213116.
HSL color Cylindrical-coordinate representation of color #BC948C: hue angle of 10º 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 #BC948C is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 140 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.26 |
| HSL | 10º | 0.26% | 0.64% | - |
| HSV(B) | 10º | 0.26% | 0.74% | - |
| XYZ | 36.06 | 33.76 | 29.43 | - |
| YUV | 159.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 140 | 0 | 0.21 | 0.26 | 0.26 | 10 | 0.26 | 0.64 |
| Hex | BC | 94 | 8C | 0 | 15 | 1A | 1A | A | 1A | 40 |
| Octal | 274 | 224 | 214 | 0 | 25 | 32 | 32 | 12 | 32 | 100 |
| Binary | 10111100 | 10010100 | 10001100 | 0 | 10101 | 11010 | 11010 | 1010 | 11010 | 1000000 |
Color Harmonies of #BC948C
Complementary color
Monochromatic Colors of #BC948C
Black with #BC948C
Text Example
Text Example
White with #BC948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC948C; }
p { color: rgb(188,148,140); }
H1.HeaderClassName
{
color: #BC948C;
}
.AnyTagClassName
{
color: #BC948C;
}
</style>
background-color css
<style>
a { background-color: #BC948C; }
a { background-color: rgb(188,148,140); }
div.DivClassName
{
background-color: #BC948C;
}
.BgClassName
{
background-color: #BC948C;
}
</style>
border-color css
<style>
span { border-color: #BC948C; }
span { border-color: rgb(188,148,140); }
td.TdClassName
{
border-color: #BC948C;
}
.TagClassName
{
border-color: #BC948C;
}
</style>