Shades of Quicksand #BD988D
Tints of Quicksand #BD988D
RGB
CMYK
RGB Variations
Color information
#BD988D (or 0xBD988D) is known color: Quicksand. HEX triplet: BD, 98 and 8D. RGB value is (189,152,141). Sum of RGB (Red+Green+Blue) = 189+152+141=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD988D is #426772. Grayscale: #A1A1A1. Windows color (decimal): -4351859 or 9279677. OLE color: 9279677.
HSL color Cylindrical-coordinate representation of color #BD988D: hue angle of 13.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD988D is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 141 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.26 |
| HSL | 13.75º | 0.27% | 0.65% | - |
| HSV(B) | 13.75º | 0.25% | 0.74% | - |
| XYZ | 37.02 | 35.2 | 30.04 | - |
| YUV | 161.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 141 | 0 | 0.20 | 0.25 | 0.26 | 13.75 | 0.27 | 0.65 |
| Hex | BD | 98 | 8D | 0 | 14 | 19 | 1A | E | 1B | 41 |
| Octal | 275 | 230 | 215 | 0 | 24 | 31 | 32 | 16 | 33 | 101 |
| Binary | 10111101 | 10011000 | 10001101 | 0 | 10100 | 11001 | 11010 | 1110 | 11011 | 1000001 |
Color Harmonies of #BD988D
Complementary color
Monochromatic Colors of #BD988D
Black with #BD988D
Text Example
Text Example
White with #BD988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD988D; }
p { color: rgb(189,152,141); }
H1.HeaderClassName
{
color: #BD988D;
}
.AnyTagClassName
{
color: #BD988D;
}
</style>
background-color css
<style>
a { background-color: #BD988D; }
a { background-color: rgb(189,152,141); }
div.DivClassName
{
background-color: #BD988D;
}
.BgClassName
{
background-color: #BD988D;
}
</style>
border-color css
<style>
span { border-color: #BD988D; }
span { border-color: rgb(189,152,141); }
td.TdClassName
{
border-color: #BD988D;
}
.TagClassName
{
border-color: #BD988D;
}
</style>