Shades of Quicksand #BD9892
Tints of Quicksand #BD9892
RGB
CMYK
RGB Variations
Color information
#BD9892 (or 0xBD9892) is known color: Quicksand. HEX triplet: BD, 98 and 92. RGB value is (189,152,146). Sum of RGB (Red+Green+Blue) = 189+152+146=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9892 is #42676D. Grayscale: #A2A2A2. Windows color (decimal): -4351854 or 9607357. OLE color: 9607357.
HSL color Cylindrical-coordinate representation of color #BD9892: hue angle of 8.37º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9892 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 146 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.26 |
| HSL | 8.37º | 0.25% | 0.66% | - |
| HSV(B) | 8.37º | 0.23% | 0.74% | - |
| XYZ | 37.4 | 35.35 | 32.05 | - |
| YUV | 162.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 146 | 0 | 0.20 | 0.23 | 0.26 | 8.37 | 0.25 | 0.66 |
| Hex | BD | 98 | 92 | 0 | 14 | 17 | 1A | 8 | 19 | 42 |
| Octal | 275 | 230 | 222 | 0 | 24 | 27 | 32 | 10 | 31 | 102 |
| Binary | 10111101 | 10011000 | 10010010 | 0 | 10100 | 10111 | 11010 | 1000 | 11001 | 1000010 |
Color Harmonies of #BD9892
Complementary color
Monochromatic Colors of #BD9892
Black with #BD9892
Text Example
Text Example
White with #BD9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9892; }
p { color: rgb(189,152,146); }
H1.HeaderClassName
{
color: #BD9892;
}
.AnyTagClassName
{
color: #BD9892;
}
</style>
background-color css
<style>
a { background-color: #BD9892; }
a { background-color: rgb(189,152,146); }
div.DivClassName
{
background-color: #BD9892;
}
.BgClassName
{
background-color: #BD9892;
}
</style>
border-color css
<style>
span { border-color: #BD9892; }
span { border-color: rgb(189,152,146); }
td.TdClassName
{
border-color: #BD9892;
}
.TagClassName
{
border-color: #BD9892;
}
</style>