Shades of Quicksand #BD9284
Tints of Quicksand #BD9284
RGB
CMYK
RGB Variations
Color information
#BD9284 (or 0xBD9284) is known color: Quicksand. HEX triplet: BD, 92 and 84. RGB value is (189,146,132). Sum of RGB (Red+Green+Blue) = 189+146+132=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9284 is #426D7B. Grayscale: #9D9D9D. Windows color (decimal): -4353404 or 8688317. OLE color: 8688317.
HSL color Cylindrical-coordinate representation of color #BD9284: hue angle of 14.74º 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 #BD9284 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 132 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.26 |
| HSL | 14.74º | 0.3% | 0.63% | - |
| HSV(B) | 14.74º | 0.3% | 0.74% | - |
| XYZ | 35.43 | 33.04 | 26.34 | - |
| YUV | 157.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 132 | 0 | 0.23 | 0.30 | 0.26 | 14.74 | 0.3 | 0.63 |
| Hex | BD | 92 | 84 | 0 | 17 | 1E | 1A | F | 1E | 3F |
| Octal | 275 | 222 | 204 | 0 | 27 | 36 | 32 | 17 | 36 | 77 |
| Binary | 10111101 | 10010010 | 10000100 | 0 | 10111 | 11110 | 11010 | 1111 | 11110 | 111111 |
Color Harmonies of #BD9284
Complementary color
Monochromatic Colors of #BD9284
Black with #BD9284
Text Example
Text Example
White with #BD9284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9284; }
p { color: rgb(189,146,132); }
H1.HeaderClassName
{
color: #BD9284;
}
.AnyTagClassName
{
color: #BD9284;
}
</style>
background-color css
<style>
a { background-color: #BD9284; }
a { background-color: rgb(189,146,132); }
div.DivClassName
{
background-color: #BD9284;
}
.BgClassName
{
background-color: #BD9284;
}
</style>
border-color css
<style>
span { border-color: #BD9284; }
span { border-color: rgb(189,146,132); }
td.TdClassName
{
border-color: #BD9284;
}
.TagClassName
{
border-color: #BD9284;
}
</style>