Shades of Quicksand #BD9585
Tints of Quicksand #BD9585
RGB
CMYK
RGB Variations
Color information
#BD9585 (or 0xBD9585) is known color: Quicksand. HEX triplet: BD, 95 and 85. RGB value is (189,149,133). Sum of RGB (Red+Green+Blue) = 189+149+133=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9585 is #426A7A. Grayscale: #9F9F9F. Windows color (decimal): -4352635 or 8754621. OLE color: 8754621.
HSL color Cylindrical-coordinate representation of color #BD9585: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9585 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 133 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.26 |
| HSL | 17.14º | 0.3% | 0.63% | - |
| HSV(B) | 17.14º | 0.3% | 0.74% | - |
| XYZ | 35.97 | 34.01 | 26.86 | - |
| YUV | 159.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 133 | 0 | 0.21 | 0.30 | 0.26 | 17.14 | 0.3 | 0.63 |
| Hex | BD | 95 | 85 | 0 | 15 | 1E | 1A | 11 | 1E | 3F |
| Octal | 275 | 225 | 205 | 0 | 25 | 36 | 32 | 21 | 36 | 77 |
| Binary | 10111101 | 10010101 | 10000101 | 0 | 10101 | 11110 | 11010 | 10001 | 11110 | 111111 |
Color Harmonies of #BD9585
Complementary color
Monochromatic Colors of #BD9585
Black with #BD9585
Text Example
Text Example
White with #BD9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9585; }
p { color: rgb(189,149,133); }
H1.HeaderClassName
{
color: #BD9585;
}
.AnyTagClassName
{
color: #BD9585;
}
</style>
background-color css
<style>
a { background-color: #BD9585; }
a { background-color: rgb(189,149,133); }
div.DivClassName
{
background-color: #BD9585;
}
.BgClassName
{
background-color: #BD9585;
}
</style>
border-color css
<style>
span { border-color: #BD9585; }
span { border-color: rgb(189,149,133); }
td.TdClassName
{
border-color: #BD9585;
}
.TagClassName
{
border-color: #BD9585;
}
</style>