Shades of Quicksand #BD9992
Tints of Quicksand #BD9992
RGB
CMYK
RGB Variations
Color information
#BD9992 (or 0xBD9992) is known color: Quicksand. HEX triplet: BD, 99 and 92. RGB value is (189,153,146). Sum of RGB (Red+Green+Blue) = 189+153+146=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9992 is #42666D. Grayscale: #A3A3A3. Windows color (decimal): -4351598 or 9607613. OLE color: 9607613.
HSL color Cylindrical-coordinate representation of color #BD9992: hue angle of 9.77º 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 #BD9992 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 146 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.26 |
| HSL | 9.77º | 0.25% | 0.66% | - |
| HSV(B) | 9.77º | 0.23% | 0.74% | - |
| XYZ | 37.57 | 35.68 | 32.1 | - |
| YUV | 162.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 146 | 0 | 0.19 | 0.23 | 0.26 | 9.77 | 0.25 | 0.66 |
| Hex | BD | 99 | 92 | 0 | 13 | 17 | 1A | A | 19 | 42 |
| Octal | 275 | 231 | 222 | 0 | 23 | 27 | 32 | 12 | 31 | 102 |
| Binary | 10111101 | 10011001 | 10010010 | 0 | 10011 | 10111 | 11010 | 1010 | 11001 | 1000010 |
Color Harmonies of #BD9992
Complementary color
Monochromatic Colors of #BD9992
Black with #BD9992
Text Example
Text Example
White with #BD9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9992; }
p { color: rgb(189,153,146); }
H1.HeaderClassName
{
color: #BD9992;
}
.AnyTagClassName
{
color: #BD9992;
}
</style>
background-color css
<style>
a { background-color: #BD9992; }
a { background-color: rgb(189,153,146); }
div.DivClassName
{
background-color: #BD9992;
}
.BgClassName
{
background-color: #BD9992;
}
</style>
border-color css
<style>
span { border-color: #BD9992; }
span { border-color: rgb(189,153,146); }
td.TdClassName
{
border-color: #BD9992;
}
.TagClassName
{
border-color: #BD9992;
}
</style>