Shades of Quicksand #BC948A
Tints of Quicksand #BC948A
RGB
CMYK
RGB Variations
Color information
#BC948A (or 0xBC948A) is known color: Quicksand. HEX triplet: BC, 94 and 8A. RGB value is (188,148,138). Sum of RGB (Red+Green+Blue) = 188+148+138=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC948A is #436B75. Grayscale: #9E9E9E. Windows color (decimal): -4418422 or 9082044. OLE color: 9082044.
HSL color Cylindrical-coordinate representation of color #BC948A: hue angle of 12º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC948A is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 138 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.26 |
| HSL | 12º | 0.27% | 0.64% | - |
| HSV(B) | 12º | 0.27% | 0.74% | - |
| XYZ | 35.92 | 33.71 | 28.66 | - |
| YUV | 158.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 138 | 0 | 0.21 | 0.27 | 0.26 | 12 | 0.27 | 0.64 |
| Hex | BC | 94 | 8A | 0 | 15 | 1B | 1A | C | 1B | 40 |
| Octal | 274 | 224 | 212 | 0 | 25 | 33 | 32 | 14 | 33 | 100 |
| Binary | 10111100 | 10010100 | 10001010 | 0 | 10101 | 11011 | 11010 | 1100 | 11011 | 1000000 |
Color Harmonies of #BC948A
Complementary color
Monochromatic Colors of #BC948A
Black with #BC948A
Text Example
Text Example
White with #BC948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC948A; }
p { color: rgb(188,148,138); }
H1.HeaderClassName
{
color: #BC948A;
}
.AnyTagClassName
{
color: #BC948A;
}
</style>
background-color css
<style>
a { background-color: #BC948A; }
a { background-color: rgb(188,148,138); }
div.DivClassName
{
background-color: #BC948A;
}
.BgClassName
{
background-color: #BC948A;
}
</style>
border-color css
<style>
span { border-color: #BC948A; }
span { border-color: rgb(188,148,138); }
td.TdClassName
{
border-color: #BC948A;
}
.TagClassName
{
border-color: #BC948A;
}
</style>