Shades of Quicksand #BD9987
Tints of Quicksand #BD9987
RGB
CMYK
RGB Variations
Color information
#BD9987 (or 0xBD9987) is known color: Quicksand. HEX triplet: BD, 99 and 87. RGB value is (189,153,135). Sum of RGB (Red+Green+Blue) = 189+153+135=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9987 is #426678. Grayscale: #A1A1A1. Windows color (decimal): -4351609 or 8886717. OLE color: 8886717.
HSL color Cylindrical-coordinate representation of color #BD9987: hue angle of 20º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9987 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 135 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.26 |
| HSL | 20º | 0.29% | 0.64% | - |
| HSV(B) | 20º | 0.29% | 0.74% | - |
| XYZ | 36.75 | 35.35 | 27.81 | - |
| YUV | 161.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 135 | 0 | 0.19 | 0.29 | 0.26 | 20 | 0.29 | 0.64 |
| Hex | BD | 99 | 87 | 0 | 13 | 1D | 1A | 14 | 1D | 40 |
| Octal | 275 | 231 | 207 | 0 | 23 | 35 | 32 | 24 | 35 | 100 |
| Binary | 10111101 | 10011001 | 10000111 | 0 | 10011 | 11101 | 11010 | 10100 | 11101 | 1000000 |
Color Harmonies of #BD9987
Complementary color
Monochromatic Colors of #BD9987
Black with #BD9987
Text Example
Text Example
White with #BD9987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9987; }
p { color: rgb(189,153,135); }
H1.HeaderClassName
{
color: #BD9987;
}
.AnyTagClassName
{
color: #BD9987;
}
</style>
background-color css
<style>
a { background-color: #BD9987; }
a { background-color: rgb(189,153,135); }
div.DivClassName
{
background-color: #BD9987;
}
.BgClassName
{
background-color: #BD9987;
}
</style>
border-color css
<style>
span { border-color: #BD9987; }
span { border-color: rgb(189,153,135); }
td.TdClassName
{
border-color: #BD9987;
}
.TagClassName
{
border-color: #BD9987;
}
</style>