Shades of Quicksand #BD9486
Tints of Quicksand #BD9486
RGB
CMYK
RGB Variations
Color information
#BD9486 (or 0xBD9486) is known color: Quicksand. HEX triplet: BD, 94 and 86. RGB value is (189,148,134). Sum of RGB (Red+Green+Blue) = 189+148+134=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9486 is #426B79. Grayscale: #9E9E9E. Windows color (decimal): -4352890 or 8819901. OLE color: 8819901.
HSL color Cylindrical-coordinate representation of color #BD9486: hue angle of 15.27º 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 #BD9486 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 134 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.26 |
| HSL | 15.27º | 0.29% | 0.63% | - |
| HSV(B) | 15.27º | 0.29% | 0.74% | - |
| XYZ | 35.88 | 33.72 | 27.17 | - |
| YUV | 158.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 134 | 0 | 0.22 | 0.29 | 0.26 | 15.27 | 0.29 | 0.63 |
| Hex | BD | 94 | 86 | 0 | 16 | 1D | 1A | F | 1D | 3F |
| Octal | 275 | 224 | 206 | 0 | 26 | 35 | 32 | 17 | 35 | 77 |
| Binary | 10111101 | 10010100 | 10000110 | 0 | 10110 | 11101 | 11010 | 1111 | 11101 | 111111 |
Color Harmonies of #BD9486
Complementary color
Monochromatic Colors of #BD9486
Black with #BD9486
Text Example
Text Example
White with #BD9486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9486; }
p { color: rgb(189,148,134); }
H1.HeaderClassName
{
color: #BD9486;
}
.AnyTagClassName
{
color: #BD9486;
}
</style>
background-color css
<style>
a { background-color: #BD9486; }
a { background-color: rgb(189,148,134); }
div.DivClassName
{
background-color: #BD9486;
}
.BgClassName
{
background-color: #BD9486;
}
</style>
border-color css
<style>
span { border-color: #BD9486; }
span { border-color: rgb(189,148,134); }
td.TdClassName
{
border-color: #BD9486;
}
.TagClassName
{
border-color: #BD9486;
}
</style>