Shades of Quicksand #BD9285
Tints of Quicksand #BD9285
RGB
CMYK
RGB Variations
Color information
#BD9285 (or 0xBD9285) is known color: Quicksand. HEX triplet: BD, 92 and 85. RGB value is (189,146,133). Sum of RGB (Red+Green+Blue) = 189+146+133=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9285 is #426D7A. Grayscale: #9D9D9D. Windows color (decimal): -4353403 or 8753853. OLE color: 8753853.
HSL color Cylindrical-coordinate representation of color #BD9285: hue angle of 13.93º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9285 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 133 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.26 |
| HSL | 13.93º | 0.3% | 0.63% | - |
| HSV(B) | 13.93º | 0.3% | 0.74% | - |
| XYZ | 35.5 | 33.07 | 26.7 | - |
| YUV | 157.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 133 | 0 | 0.23 | 0.30 | 0.26 | 13.93 | 0.3 | 0.63 |
| Hex | BD | 92 | 85 | 0 | 17 | 1E | 1A | E | 1E | 3F |
| Octal | 275 | 222 | 205 | 0 | 27 | 36 | 32 | 16 | 36 | 77 |
| Binary | 10111101 | 10010010 | 10000101 | 0 | 10111 | 11110 | 11010 | 1110 | 11110 | 111111 |
Color Harmonies of #BD9285
Complementary color
Monochromatic Colors of #BD9285
Black with #BD9285
Text Example
Text Example
White with #BD9285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9285; }
p { color: rgb(189,146,133); }
H1.HeaderClassName
{
color: #BD9285;
}
.AnyTagClassName
{
color: #BD9285;
}
</style>
background-color css
<style>
a { background-color: #BD9285; }
a { background-color: rgb(189,146,133); }
div.DivClassName
{
background-color: #BD9285;
}
.BgClassName
{
background-color: #BD9285;
}
</style>
border-color css
<style>
span { border-color: #BD9285; }
span { border-color: rgb(189,146,133); }
td.TdClassName
{
border-color: #BD9285;
}
.TagClassName
{
border-color: #BD9285;
}
</style>