Shades of Quicksand #BD9988
Tints of Quicksand #BD9988
RGB
CMYK
RGB Variations
Color information
#BD9988 (or 0xBD9988) is known color: Quicksand. HEX triplet: BD, 99 and 88. RGB value is (189,153,136). Sum of RGB (Red+Green+Blue) = 189+153+136=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9988 is #426677. Grayscale: #A1A1A1. Windows color (decimal): -4351608 or 8952253. OLE color: 8952253.
HSL color Cylindrical-coordinate representation of color #BD9988: hue angle of 19.25º degrees, saturation: 0.29, 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 #BD9988 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 136 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.26 |
| HSL | 19.25º | 0.29% | 0.64% | - |
| HSV(B) | 19.25º | 0.28% | 0.74% | - |
| XYZ | 36.82 | 35.38 | 28.18 | - |
| YUV | 161.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 136 | 0 | 0.19 | 0.28 | 0.26 | 19.25 | 0.29 | 0.64 |
| Hex | BD | 99 | 88 | 0 | 13 | 1C | 1A | 13 | 1D | 40 |
| Octal | 275 | 231 | 210 | 0 | 23 | 34 | 32 | 23 | 35 | 100 |
| Binary | 10111101 | 10011001 | 10001000 | 0 | 10011 | 11100 | 11010 | 10011 | 11101 | 1000000 |
Color Harmonies of #BD9988
Complementary color
Monochromatic Colors of #BD9988
Black with #BD9988
Text Example
Text Example
White with #BD9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9988; }
p { color: rgb(189,153,136); }
H1.HeaderClassName
{
color: #BD9988;
}
.AnyTagClassName
{
color: #BD9988;
}
</style>
background-color css
<style>
a { background-color: #BD9988; }
a { background-color: rgb(189,153,136); }
div.DivClassName
{
background-color: #BD9988;
}
.BgClassName
{
background-color: #BD9988;
}
</style>
border-color css
<style>
span { border-color: #BD9988; }
span { border-color: rgb(189,153,136); }
td.TdClassName
{
border-color: #BD9988;
}
.TagClassName
{
border-color: #BD9988;
}
</style>