Shades of Quicksand #BD9D96
Tints of Quicksand #BD9D96
RGB
CMYK
RGB Variations
Color information
#BD9D96 (or 0xBD9D96) is known color: Quicksand. HEX triplet: BD, 9D and 96. RGB value is (189,157,150). Sum of RGB (Red+Green+Blue) = 189+157+150=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D96 is #426269. Grayscale: #A5A5A5. Windows color (decimal): -4350570 or 9870781. OLE color: 9870781.
HSL color Cylindrical-coordinate representation of color #BD9D96: hue angle of 10.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD9D96 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 150 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.26 |
| HSL | 10.77º | 0.23% | 0.66% | - |
| HSV(B) | 10.77º | 0.21% | 0.74% | - |
| XYZ | 38.55 | 37.13 | 33.99 | - |
| YUV | 165.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 150 | 0 | 0.17 | 0.21 | 0.26 | 10.77 | 0.23 | 0.66 |
| Hex | BD | 9D | 96 | 0 | 11 | 15 | 1A | B | 17 | 42 |
| Octal | 275 | 235 | 226 | 0 | 21 | 25 | 32 | 13 | 27 | 102 |
| Binary | 10111101 | 10011101 | 10010110 | 0 | 10001 | 10101 | 11010 | 1011 | 10111 | 1000010 |
Color Harmonies of #BD9D96
Complementary color
Monochromatic Colors of #BD9D96
Black with #BD9D96
Text Example
Text Example
White with #BD9D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D96; }
p { color: rgb(189,157,150); }
H1.HeaderClassName
{
color: #BD9D96;
}
.AnyTagClassName
{
color: #BD9D96;
}
</style>
background-color css
<style>
a { background-color: #BD9D96; }
a { background-color: rgb(189,157,150); }
div.DivClassName
{
background-color: #BD9D96;
}
.BgClassName
{
background-color: #BD9D96;
}
</style>
border-color css
<style>
span { border-color: #BD9D96; }
span { border-color: rgb(189,157,150); }
td.TdClassName
{
border-color: #BD9D96;
}
.TagClassName
{
border-color: #BD9D96;
}
</style>