Shades of Quicksand #BC9588
Tints of Quicksand #BC9588
RGB
CMYK
RGB Variations
Color information
#BC9588 (or 0xBC9588) is known color: Quicksand. HEX triplet: BC, 95 and 88. RGB value is (188,149,136). Sum of RGB (Red+Green+Blue) = 188+149+136=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9588 is #436A77. Grayscale: #9F9F9F. Windows color (decimal): -4418168 or 8951228. OLE color: 8951228.
HSL color Cylindrical-coordinate representation of color #BC9588: hue angle of 15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9588 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 136 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.26 |
| HSL | 15º | 0.28% | 0.64% | - |
| HSV(B) | 15º | 0.28% | 0.74% | - |
| XYZ | 35.93 | 33.96 | 27.95 | - |
| YUV | 159.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 136 | 0 | 0.21 | 0.28 | 0.26 | 15 | 0.28 | 0.64 |
| Hex | BC | 95 | 88 | 0 | 15 | 1C | 1A | F | 1C | 40 |
| Octal | 274 | 225 | 210 | 0 | 25 | 34 | 32 | 17 | 34 | 100 |
| Binary | 10111100 | 10010101 | 10001000 | 0 | 10101 | 11100 | 11010 | 1111 | 11100 | 1000000 |
Color Harmonies of #BC9588
Complementary color
Monochromatic Colors of #BC9588
Black with #BC9588
Text Example
Text Example
White with #BC9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9588; }
p { color: rgb(188,149,136); }
H1.HeaderClassName
{
color: #BC9588;
}
.AnyTagClassName
{
color: #BC9588;
}
</style>
background-color css
<style>
a { background-color: #BC9588; }
a { background-color: rgb(188,149,136); }
div.DivClassName
{
background-color: #BC9588;
}
.BgClassName
{
background-color: #BC9588;
}
</style>
border-color css
<style>
span { border-color: #BC9588; }
span { border-color: rgb(188,149,136); }
td.TdClassName
{
border-color: #BC9588;
}
.TagClassName
{
border-color: #BC9588;
}
</style>