Shades of Quicksand #BD958D
Tints of Quicksand #BD958D
RGB
CMYK
RGB Variations
Color information
#BD958D (or 0xBD958D) is known color: Quicksand. HEX triplet: BD, 95 and 8D. RGB value is (189,149,141). Sum of RGB (Red+Green+Blue) = 189+149+141=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD958D is #426A72. Grayscale: #A0A0A0. Windows color (decimal): -4352627 or 9278909. OLE color: 9278909.
HSL color Cylindrical-coordinate representation of color #BD958D: hue angle of 10º 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 #BD958D is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 141 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.26 |
| HSL | 10º | 0.27% | 0.65% | - |
| HSV(B) | 10º | 0.25% | 0.74% | - |
| XYZ | 36.54 | 34.24 | 29.88 | - |
| YUV | 160.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 141 | 0 | 0.21 | 0.25 | 0.26 | 10 | 0.27 | 0.65 |
| Hex | BD | 95 | 8D | 0 | 15 | 19 | 1A | A | 1B | 41 |
| Octal | 275 | 225 | 215 | 0 | 25 | 31 | 32 | 12 | 33 | 101 |
| Binary | 10111101 | 10010101 | 10001101 | 0 | 10101 | 11001 | 11010 | 1010 | 11011 | 1000001 |
Color Harmonies of #BD958D
Complementary color
Monochromatic Colors of #BD958D
Black with #BD958D
Text Example
Text Example
White with #BD958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD958D; }
p { color: rgb(189,149,141); }
H1.HeaderClassName
{
color: #BD958D;
}
.AnyTagClassName
{
color: #BD958D;
}
</style>
background-color css
<style>
a { background-color: #BD958D; }
a { background-color: rgb(189,149,141); }
div.DivClassName
{
background-color: #BD958D;
}
.BgClassName
{
background-color: #BD958D;
}
</style>
border-color css
<style>
span { border-color: #BD958D; }
span { border-color: rgb(189,149,141); }
td.TdClassName
{
border-color: #BD958D;
}
.TagClassName
{
border-color: #BD958D;
}
</style>