Shades of Quicksand #BC978A
Tints of Quicksand #BC978A
RGB
CMYK
RGB Variations
Color information
#BC978A (or 0xBC978A) is known color: Quicksand. HEX triplet: BC, 97 and 8A. RGB value is (188,151,138). Sum of RGB (Red+Green+Blue) = 188+151+138=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC978A is #436875. Grayscale: #A0A0A0. Windows color (decimal): -4417654 or 9082812. OLE color: 9082812.
HSL color Cylindrical-coordinate representation of color #BC978A: hue angle of 15.6º 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 #BC978A is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 138 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.26 |
| HSL | 15.6º | 0.27% | 0.64% | - |
| HSV(B) | 15.6º | 0.27% | 0.74% | - |
| XYZ | 36.39 | 34.66 | 28.82 | - |
| YUV | 160.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 138 | 0 | 0.20 | 0.27 | 0.26 | 15.6 | 0.27 | 0.64 |
| Hex | BC | 97 | 8A | 0 | 14 | 1B | 1A | 10 | 1B | 40 |
| Octal | 274 | 227 | 212 | 0 | 24 | 33 | 32 | 20 | 33 | 100 |
| Binary | 10111100 | 10010111 | 10001010 | 0 | 10100 | 11011 | 11010 | 10000 | 11011 | 1000000 |
Color Harmonies of #BC978A
Complementary color
Monochromatic Colors of #BC978A
Black with #BC978A
Text Example
Text Example
White with #BC978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC978A; }
p { color: rgb(188,151,138); }
H1.HeaderClassName
{
color: #BC978A;
}
.AnyTagClassName
{
color: #BC978A;
}
</style>
background-color css
<style>
a { background-color: #BC978A; }
a { background-color: rgb(188,151,138); }
div.DivClassName
{
background-color: #BC978A;
}
.BgClassName
{
background-color: #BC978A;
}
</style>
border-color css
<style>
span { border-color: #BC978A; }
span { border-color: rgb(188,151,138); }
td.TdClassName
{
border-color: #BC978A;
}
.TagClassName
{
border-color: #BC978A;
}
</style>