Shades of Quicksand #BD9181
Tints of Quicksand #BD9181
RGB
CMYK
RGB Variations
Color information
#BD9181 (or 0xBD9181) is known color: Quicksand. HEX triplet: BD, 91 and 81. RGB value is (189,145,129). Sum of RGB (Red+Green+Blue) = 189+145+129=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9181 is #426E7E. Grayscale: #9C9C9C. Windows color (decimal): -4353663 or 8491453. OLE color: 8491453.
HSL color Cylindrical-coordinate representation of color #BD9181: hue angle of 16º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD9181 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 129 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.26 |
| HSL | 16º | 0.31% | 0.62% | - |
| HSV(B) | 16º | 0.32% | 0.74% | - |
| XYZ | 35.07 | 32.65 | 25.22 | - |
| YUV | 156.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 129 | 0 | 0.23 | 0.32 | 0.26 | 16 | 0.31 | 0.62 |
| Hex | BD | 91 | 81 | 0 | 17 | 20 | 1A | 10 | 1F | 3E |
| Octal | 275 | 221 | 201 | 0 | 27 | 40 | 32 | 20 | 37 | 76 |
| Binary | 10111101 | 10010001 | 10000001 | 0 | 10111 | 100000 | 11010 | 10000 | 11111 | 111110 |
Color Harmonies of #BD9181
Complementary color
Monochromatic Colors of #BD9181
Black with #BD9181
Text Example
Text Example
White with #BD9181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9181; }
p { color: rgb(189,145,129); }
H1.HeaderClassName
{
color: #BD9181;
}
.AnyTagClassName
{
color: #BD9181;
}
</style>
background-color css
<style>
a { background-color: #BD9181; }
a { background-color: rgb(189,145,129); }
div.DivClassName
{
background-color: #BD9181;
}
.BgClassName
{
background-color: #BD9181;
}
</style>
border-color css
<style>
span { border-color: #BD9181; }
span { border-color: rgb(189,145,129); }
td.TdClassName
{
border-color: #BD9181;
}
.TagClassName
{
border-color: #BD9181;
}
</style>