Shades of Quicksand #BD9889
Tints of Quicksand #BD9889
RGB
CMYK
RGB Variations
Color information
#BD9889 (or 0xBD9889) is known color: Quicksand. HEX triplet: BD, 98 and 89. RGB value is (189,152,137). Sum of RGB (Red+Green+Blue) = 189+152+137=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9889 is #426776. Grayscale: #A1A1A1. Windows color (decimal): -4351863 or 9017533. OLE color: 9017533.
HSL color Cylindrical-coordinate representation of color #BD9889: hue angle of 17.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9889 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 137 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.26 |
| HSL | 17.31º | 0.28% | 0.64% | - |
| HSV(B) | 17.31º | 0.28% | 0.74% | - |
| XYZ | 36.73 | 35.08 | 28.5 | - |
| YUV | 161.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 137 | 0 | 0.20 | 0.28 | 0.26 | 17.31 | 0.28 | 0.64 |
| Hex | BD | 98 | 89 | 0 | 14 | 1C | 1A | 11 | 1C | 40 |
| Octal | 275 | 230 | 211 | 0 | 24 | 34 | 32 | 21 | 34 | 100 |
| Binary | 10111101 | 10011000 | 10001001 | 0 | 10100 | 11100 | 11010 | 10001 | 11100 | 1000000 |
Color Harmonies of #BD9889
Complementary color
Monochromatic Colors of #BD9889
Black with #BD9889
Text Example
Text Example
White with #BD9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9889; }
p { color: rgb(189,152,137); }
H1.HeaderClassName
{
color: #BD9889;
}
.AnyTagClassName
{
color: #BD9889;
}
</style>
background-color css
<style>
a { background-color: #BD9889; }
a { background-color: rgb(189,152,137); }
div.DivClassName
{
background-color: #BD9889;
}
.BgClassName
{
background-color: #BD9889;
}
</style>
border-color css
<style>
span { border-color: #BD9889; }
span { border-color: rgb(189,152,137); }
td.TdClassName
{
border-color: #BD9889;
}
.TagClassName
{
border-color: #BD9889;
}
</style>