Shades of Quicksand #BD9286
Tints of Quicksand #BD9286
RGB
CMYK
RGB Variations
Color information
#BD9286 (or 0xBD9286) is known color: Quicksand. HEX triplet: BD, 92 and 86. RGB value is (189,146,134). Sum of RGB (Red+Green+Blue) = 189+146+134=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9286 is #426D79. Grayscale: #9D9D9D. Windows color (decimal): -4353402 or 8819389. OLE color: 8819389.
HSL color Cylindrical-coordinate representation of color #BD9286: hue angle of 13.09º 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 #BD9286 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 134 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.26 |
| HSL | 13.09º | 0.29% | 0.63% | - |
| HSV(B) | 13.09º | 0.29% | 0.74% | - |
| XYZ | 35.57 | 33.1 | 27.07 | - |
| YUV | 157.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 134 | 0 | 0.23 | 0.29 | 0.26 | 13.09 | 0.29 | 0.63 |
| Hex | BD | 92 | 86 | 0 | 17 | 1D | 1A | D | 1D | 3F |
| Octal | 275 | 222 | 206 | 0 | 27 | 35 | 32 | 15 | 35 | 77 |
| Binary | 10111101 | 10010010 | 10000110 | 0 | 10111 | 11101 | 11010 | 1101 | 11101 | 111111 |
Color Harmonies of #BD9286
Complementary color
Monochromatic Colors of #BD9286
Black with #BD9286
Text Example
Text Example
White with #BD9286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9286; }
p { color: rgb(189,146,134); }
H1.HeaderClassName
{
color: #BD9286;
}
.AnyTagClassName
{
color: #BD9286;
}
</style>
background-color css
<style>
a { background-color: #BD9286; }
a { background-color: rgb(189,146,134); }
div.DivClassName
{
background-color: #BD9286;
}
.BgClassName
{
background-color: #BD9286;
}
</style>
border-color css
<style>
span { border-color: #BD9286; }
span { border-color: rgb(189,146,134); }
td.TdClassName
{
border-color: #BD9286;
}
.TagClassName
{
border-color: #BD9286;
}
</style>