Shades of Quicksand #BC9484
Tints of Quicksand #BC9484
RGB
CMYK
RGB Variations
Color information
#BC9484 (or 0xBC9484) is known color: Quicksand. HEX triplet: BC, 94 and 84. RGB value is (188,148,132). Sum of RGB (Red+Green+Blue) = 188+148+132=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9484 is #436B7B. Grayscale: #9E9E9E. Windows color (decimal): -4418428 or 8688828. OLE color: 8688828.
HSL color Cylindrical-coordinate representation of color #BC9484: hue angle of 17.14º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9484 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 132 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.26 |
| HSL | 17.14º | 0.29% | 0.63% | - |
| HSV(B) | 17.14º | 0.3% | 0.74% | - |
| XYZ | 35.49 | 33.54 | 26.43 | - |
| YUV | 158.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 132 | 0 | 0.21 | 0.30 | 0.26 | 17.14 | 0.29 | 0.63 |
| Hex | BC | 94 | 84 | 0 | 15 | 1E | 1A | 11 | 1D | 3F |
| Octal | 274 | 224 | 204 | 0 | 25 | 36 | 32 | 21 | 35 | 77 |
| Binary | 10111100 | 10010100 | 10000100 | 0 | 10101 | 11110 | 11010 | 10001 | 11101 | 111111 |
Color Harmonies of #BC9484
Complementary color
Monochromatic Colors of #BC9484
Black with #BC9484
Text Example
Text Example
White with #BC9484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9484; }
p { color: rgb(188,148,132); }
H1.HeaderClassName
{
color: #BC9484;
}
.AnyTagClassName
{
color: #BC9484;
}
</style>
background-color css
<style>
a { background-color: #BC9484; }
a { background-color: rgb(188,148,132); }
div.DivClassName
{
background-color: #BC9484;
}
.BgClassName
{
background-color: #BC9484;
}
</style>
border-color css
<style>
span { border-color: #BC9484; }
span { border-color: rgb(188,148,132); }
td.TdClassName
{
border-color: #BC9484;
}
.TagClassName
{
border-color: #BC9484;
}
</style>