Shades of Quicksand #BC998F
Tints of Quicksand #BC998F
RGB
CMYK
RGB Variations
Color information
#BC998F (or 0xBC998F) is known color: Quicksand. HEX triplet: BC, 99 and 8F. RGB value is (188,153,143). Sum of RGB (Red+Green+Blue) = 188+153+143=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC998F is #436670. Grayscale: #A2A2A2. Windows color (decimal): -4417137 or 9411004. OLE color: 9411004.
HSL color Cylindrical-coordinate representation of color #BC998F: hue angle of 13.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 #BC998F is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 143 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.26 |
| HSL | 13.33º | 0.25% | 0.65% | - |
| HSV(B) | 13.33º | 0.24% | 0.74% | - |
| XYZ | 37.09 | 35.46 | 30.88 | - |
| YUV | 162.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 143 | 0 | 0.19 | 0.24 | 0.26 | 13.33 | 0.25 | 0.65 |
| Hex | BC | 99 | 8F | 0 | 13 | 18 | 1A | D | 19 | 41 |
| Octal | 274 | 231 | 217 | 0 | 23 | 30 | 32 | 15 | 31 | 101 |
| Binary | 10111100 | 10011001 | 10001111 | 0 | 10011 | 11000 | 11010 | 1101 | 11001 | 1000001 |
Color Harmonies of #BC998F
Complementary color
Monochromatic Colors of #BC998F
Black with #BC998F
Text Example
Text Example
White with #BC998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC998F; }
p { color: rgb(188,153,143); }
H1.HeaderClassName
{
color: #BC998F;
}
.AnyTagClassName
{
color: #BC998F;
}
</style>
background-color css
<style>
a { background-color: #BC998F; }
a { background-color: rgb(188,153,143); }
div.DivClassName
{
background-color: #BC998F;
}
.BgClassName
{
background-color: #BC998F;
}
</style>
border-color css
<style>
span { border-color: #BC998F; }
span { border-color: rgb(188,153,143); }
td.TdClassName
{
border-color: #BC998F;
}
.TagClassName
{
border-color: #BC998F;
}
</style>