Shades of Quicksand #BC9589
Tints of Quicksand #BC9589
RGB
CMYK
RGB Variations
Color information
#BC9589 (or 0xBC9589) is known color: Quicksand. HEX triplet: BC, 95 and 89. RGB value is (188,149,137). Sum of RGB (Red+Green+Blue) = 188+149+137=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9589 is #436A76. Grayscale: #9F9F9F. Windows color (decimal): -4418167 or 9016764. OLE color: 9016764.
HSL color Cylindrical-coordinate representation of color #BC9589: hue angle of 14.12º degrees, saturation: 0.28, 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 #BC9589 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 137 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.26 |
| HSL | 14.12º | 0.28% | 0.64% | - |
| HSV(B) | 14.12º | 0.27% | 0.74% | - |
| XYZ | 36 | 33.99 | 28.33 | - |
| YUV | 159.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 137 | 0 | 0.21 | 0.27 | 0.26 | 14.12 | 0.28 | 0.64 |
| Hex | BC | 95 | 89 | 0 | 15 | 1B | 1A | E | 1C | 40 |
| Octal | 274 | 225 | 211 | 0 | 25 | 33 | 32 | 16 | 34 | 100 |
| Binary | 10111100 | 10010101 | 10001001 | 0 | 10101 | 11011 | 11010 | 1110 | 11100 | 1000000 |
Color Harmonies of #BC9589
Complementary color
Monochromatic Colors of #BC9589
Black with #BC9589
Text Example
Text Example
White with #BC9589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9589; }
p { color: rgb(188,149,137); }
H1.HeaderClassName
{
color: #BC9589;
}
.AnyTagClassName
{
color: #BC9589;
}
</style>
background-color css
<style>
a { background-color: #BC9589; }
a { background-color: rgb(188,149,137); }
div.DivClassName
{
background-color: #BC9589;
}
.BgClassName
{
background-color: #BC9589;
}
</style>
border-color css
<style>
span { border-color: #BC9589; }
span { border-color: rgb(188,149,137); }
td.TdClassName
{
border-color: #BC9589;
}
.TagClassName
{
border-color: #BC9589;
}
</style>