Shades of Quicksand #BD9082
Tints of Quicksand #BD9082
RGB
CMYK
RGB Variations
Color information
#BD9082 (or 0xBD9082) is known color: Quicksand. HEX triplet: BD, 90 and 82. RGB value is (189,144,130). Sum of RGB (Red+Green+Blue) = 189+144+130=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9082 is #426F7D. Grayscale: #9B9B9B. Windows color (decimal): -4353918 or 8556733. OLE color: 8556733.
HSL color Cylindrical-coordinate representation of color #BD9082: hue angle of 14.24º 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 #BD9082 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 130 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.26 |
| HSL | 14.24º | 0.31% | 0.63% | - |
| HSV(B) | 14.24º | 0.31% | 0.74% | - |
| XYZ | 34.99 | 32.38 | 25.52 | - |
| YUV | 155.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 130 | 0 | 0.24 | 0.31 | 0.26 | 14.24 | 0.31 | 0.63 |
| Hex | BD | 90 | 82 | 0 | 18 | 1F | 1A | E | 1F | 3F |
| Octal | 275 | 220 | 202 | 0 | 30 | 37 | 32 | 16 | 37 | 77 |
| Binary | 10111101 | 10010000 | 10000010 | 0 | 11000 | 11111 | 11010 | 1110 | 11111 | 111111 |
Color Harmonies of #BD9082
Complementary color
Monochromatic Colors of #BD9082
Black with #BD9082
Text Example
Text Example
White with #BD9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9082; }
p { color: rgb(189,144,130); }
H1.HeaderClassName
{
color: #BD9082;
}
.AnyTagClassName
{
color: #BD9082;
}
</style>
background-color css
<style>
a { background-color: #BD9082; }
a { background-color: rgb(189,144,130); }
div.DivClassName
{
background-color: #BD9082;
}
.BgClassName
{
background-color: #BD9082;
}
</style>
border-color css
<style>
span { border-color: #BD9082; }
span { border-color: rgb(189,144,130); }
td.TdClassName
{
border-color: #BD9082;
}
.TagClassName
{
border-color: #BD9082;
}
</style>