Shades of Quicksand #BD9589
Tints of Quicksand #BD9589
RGB
CMYK
RGB Variations
Color information
#BD9589 (or 0xBD9589) is known color: Quicksand. HEX triplet: BD, 95 and 89. RGB value is (189,149,137). Sum of RGB (Red+Green+Blue) = 189+149+137=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9589 is #426A76. Grayscale: #9F9F9F. Windows color (decimal): -4352631 or 9016765. OLE color: 9016765.
HSL color Cylindrical-coordinate representation of color #BD9589: hue angle of 13.85º 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 #BD9589 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 137 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.26 |
| HSL | 13.85º | 0.28% | 0.64% | - |
| HSV(B) | 13.85º | 0.28% | 0.74% | - |
| XYZ | 36.25 | 34.12 | 28.34 | - |
| YUV | 159.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 137 | 0 | 0.21 | 0.28 | 0.26 | 13.85 | 0.28 | 0.64 |
| Hex | BD | 95 | 89 | 0 | 15 | 1C | 1A | E | 1C | 40 |
| Octal | 275 | 225 | 211 | 0 | 25 | 34 | 32 | 16 | 34 | 100 |
| Binary | 10111101 | 10010101 | 10001001 | 0 | 10101 | 11100 | 11010 | 1110 | 11100 | 1000000 |
Color Harmonies of #BD9589
Complementary color
Monochromatic Colors of #BD9589
Black with #BD9589
Text Example
Text Example
White with #BD9589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9589; }
p { color: rgb(189,149,137); }
H1.HeaderClassName
{
color: #BD9589;
}
.AnyTagClassName
{
color: #BD9589;
}
</style>
background-color css
<style>
a { background-color: #BD9589; }
a { background-color: rgb(189,149,137); }
div.DivClassName
{
background-color: #BD9589;
}
.BgClassName
{
background-color: #BD9589;
}
</style>
border-color css
<style>
span { border-color: #BD9589; }
span { border-color: rgb(189,149,137); }
td.TdClassName
{
border-color: #BD9589;
}
.TagClassName
{
border-color: #BD9589;
}
</style>