Shades of Quicksand #BD9686
Tints of Quicksand #BD9686
RGB
CMYK
RGB Variations
Color information
#BD9686 (or 0xBD9686) is known color: Quicksand. HEX triplet: BD, 96 and 86. RGB value is (189,150,134). Sum of RGB (Red+Green+Blue) = 189+150+134=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9686 is #426979. Grayscale: #9F9F9F. Windows color (decimal): -4352378 or 8820413. OLE color: 8820413.
HSL color Cylindrical-coordinate representation of color #BD9686: hue angle of 17.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9686 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 134 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.26 |
| HSL | 17.45º | 0.29% | 0.63% | - |
| HSV(B) | 17.45º | 0.29% | 0.74% | - |
| XYZ | 36.2 | 34.35 | 27.28 | - |
| YUV | 159.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 134 | 0 | 0.21 | 0.29 | 0.26 | 17.45 | 0.29 | 0.63 |
| Hex | BD | 96 | 86 | 0 | 15 | 1D | 1A | 11 | 1D | 3F |
| Octal | 275 | 226 | 206 | 0 | 25 | 35 | 32 | 21 | 35 | 77 |
| Binary | 10111101 | 10010110 | 10000110 | 0 | 10101 | 11101 | 11010 | 10001 | 11101 | 111111 |
Color Harmonies of #BD9686
Complementary color
Monochromatic Colors of #BD9686
Black with #BD9686
Text Example
Text Example
White with #BD9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9686; }
p { color: rgb(189,150,134); }
H1.HeaderClassName
{
color: #BD9686;
}
.AnyTagClassName
{
color: #BD9686;
}
</style>
background-color css
<style>
a { background-color: #BD9686; }
a { background-color: rgb(189,150,134); }
div.DivClassName
{
background-color: #BD9686;
}
.BgClassName
{
background-color: #BD9686;
}
</style>
border-color css
<style>
span { border-color: #BD9686; }
span { border-color: rgb(189,150,134); }
td.TdClassName
{
border-color: #BD9686;
}
.TagClassName
{
border-color: #BD9686;
}
</style>