Shades of Quicksand #BC9992
Tints of Quicksand #BC9992
RGB
CMYK
RGB Variations
Color information
#BC9992 (or 0xBC9992) is known color: Quicksand. HEX triplet: BC, 99 and 92. RGB value is (188,153,146). Sum of RGB (Red+Green+Blue) = 188+153+146=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9992 is #43666D. Grayscale: #A2A2A2. Windows color (decimal): -4417134 or 9607612. OLE color: 9607612.
HSL color Cylindrical-coordinate representation of color #BC9992: hue angle of 10º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9992 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 146 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.26 |
| HSL | 10º | 0.24% | 0.65% | - |
| HSV(B) | 10º | 0.22% | 0.74% | - |
| XYZ | 37.32 | 35.55 | 32.09 | - |
| YUV | 162.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 146 | 0 | 0.19 | 0.22 | 0.26 | 10 | 0.24 | 0.65 |
| Hex | BC | 99 | 92 | 0 | 13 | 16 | 1A | A | 18 | 41 |
| Octal | 274 | 231 | 222 | 0 | 23 | 26 | 32 | 12 | 30 | 101 |
| Binary | 10111100 | 10011001 | 10010010 | 0 | 10011 | 10110 | 11010 | 1010 | 11000 | 1000001 |
Color Harmonies of #BC9992
Complementary color
Monochromatic Colors of #BC9992
Black with #BC9992
Text Example
Text Example
White with #BC9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9992; }
p { color: rgb(188,153,146); }
H1.HeaderClassName
{
color: #BC9992;
}
.AnyTagClassName
{
color: #BC9992;
}
</style>
background-color css
<style>
a { background-color: #BC9992; }
a { background-color: rgb(188,153,146); }
div.DivClassName
{
background-color: #BC9992;
}
.BgClassName
{
background-color: #BC9992;
}
</style>
border-color css
<style>
span { border-color: #BC9992; }
span { border-color: rgb(188,153,146); }
td.TdClassName
{
border-color: #BC9992;
}
.TagClassName
{
border-color: #BC9992;
}
</style>