Shades of Quicksand #BD9282
Tints of Quicksand #BD9282
RGB
CMYK
RGB Variations
Color information
#BD9282 (or 0xBD9282) is known color: Quicksand. HEX triplet: BD, 92 and 82. RGB value is (189,146,130). Sum of RGB (Red+Green+Blue) = 189+146+130=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9282 is #426D7D. Grayscale: #9D9D9D. Windows color (decimal): -4353406 or 8557245. OLE color: 8557245.
HSL color Cylindrical-coordinate representation of color #BD9282: hue angle of 16.27º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD9282 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 130 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.26 |
| HSL | 16.27º | 0.31% | 0.63% | - |
| HSV(B) | 16.27º | 0.31% | 0.74% | - |
| XYZ | 35.29 | 32.99 | 25.63 | - |
| YUV | 157.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 130 | 0 | 0.23 | 0.31 | 0.26 | 16.27 | 0.31 | 0.63 |
| Hex | BD | 92 | 82 | 0 | 17 | 1F | 1A | 10 | 1F | 3F |
| Octal | 275 | 222 | 202 | 0 | 27 | 37 | 32 | 20 | 37 | 77 |
| Binary | 10111101 | 10010010 | 10000010 | 0 | 10111 | 11111 | 11010 | 10000 | 11111 | 111111 |
Color Harmonies of #BD9282
Complementary color
Monochromatic Colors of #BD9282
Black with #BD9282
Text Example
Text Example
White with #BD9282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9282; }
p { color: rgb(189,146,130); }
H1.HeaderClassName
{
color: #BD9282;
}
.AnyTagClassName
{
color: #BD9282;
}
</style>
background-color css
<style>
a { background-color: #BD9282; }
a { background-color: rgb(189,146,130); }
div.DivClassName
{
background-color: #BD9282;
}
.BgClassName
{
background-color: #BD9282;
}
</style>
border-color css
<style>
span { border-color: #BD9282; }
span { border-color: rgb(189,146,130); }
td.TdClassName
{
border-color: #BD9282;
}
.TagClassName
{
border-color: #BD9282;
}
</style>