Shades of Quicksand #BD9185
Tints of Quicksand #BD9185
RGB
CMYK
RGB Variations
Color information
#BD9185 (or 0xBD9185) is known color: Quicksand. HEX triplet: BD, 91 and 85. RGB value is (189,145,133). Sum of RGB (Red+Green+Blue) = 189+145+133=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9185 is #426E7A. Grayscale: #9C9C9C. Windows color (decimal): -4353659 or 8753597. OLE color: 8753597.
HSL color Cylindrical-coordinate representation of color #BD9185: hue angle of 12.86º 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 #BD9185 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 133 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.26 |
| HSL | 12.86º | 0.3% | 0.63% | - |
| HSV(B) | 12.86º | 0.3% | 0.74% | - |
| XYZ | 35.35 | 32.76 | 26.65 | - |
| YUV | 156.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 133 | 0 | 0.23 | 0.30 | 0.26 | 12.86 | 0.3 | 0.63 |
| Hex | BD | 91 | 85 | 0 | 17 | 1E | 1A | D | 1E | 3F |
| Octal | 275 | 221 | 205 | 0 | 27 | 36 | 32 | 15 | 36 | 77 |
| Binary | 10111101 | 10010001 | 10000101 | 0 | 10111 | 11110 | 11010 | 1101 | 11110 | 111111 |
Color Harmonies of #BD9185
Complementary color
Monochromatic Colors of #BD9185
Black with #BD9185
Text Example
Text Example
White with #BD9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9185; }
p { color: rgb(189,145,133); }
H1.HeaderClassName
{
color: #BD9185;
}
.AnyTagClassName
{
color: #BD9185;
}
</style>
background-color css
<style>
a { background-color: #BD9185; }
a { background-color: rgb(189,145,133); }
div.DivClassName
{
background-color: #BD9185;
}
.BgClassName
{
background-color: #BD9185;
}
</style>
border-color css
<style>
span { border-color: #BD9185; }
span { border-color: rgb(189,145,133); }
td.TdClassName
{
border-color: #BD9185;
}
.TagClassName
{
border-color: #BD9185;
}
</style>