Shades of Quicksand #BD9387
Tints of Quicksand #BD9387
RGB
CMYK
RGB Variations
Color information
#BD9387 (or 0xBD9387) is known color: Quicksand. HEX triplet: BD, 93 and 87. RGB value is (189,147,135). Sum of RGB (Red+Green+Blue) = 189+147+135=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9387 is #426C78. Grayscale: #9E9E9E. Windows color (decimal): -4353145 or 8885181. OLE color: 8885181.
HSL color Cylindrical-coordinate representation of color #BD9387: hue angle of 13.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9387 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 135 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.26 |
| HSL | 13.33º | 0.29% | 0.64% | - |
| HSV(B) | 13.33º | 0.29% | 0.74% | - |
| XYZ | 35.79 | 33.44 | 27.49 | - |
| YUV | 158.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 135 | 0 | 0.22 | 0.29 | 0.26 | 13.33 | 0.29 | 0.64 |
| Hex | BD | 93 | 87 | 0 | 16 | 1D | 1A | D | 1D | 40 |
| Octal | 275 | 223 | 207 | 0 | 26 | 35 | 32 | 15 | 35 | 100 |
| Binary | 10111101 | 10010011 | 10000111 | 0 | 10110 | 11101 | 11010 | 1101 | 11101 | 1000000 |
Color Harmonies of #BD9387
Complementary color
Monochromatic Colors of #BD9387
Black with #BD9387
Text Example
Text Example
White with #BD9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9387; }
p { color: rgb(189,147,135); }
H1.HeaderClassName
{
color: #BD9387;
}
.AnyTagClassName
{
color: #BD9387;
}
</style>
background-color css
<style>
a { background-color: #BD9387; }
a { background-color: rgb(189,147,135); }
div.DivClassName
{
background-color: #BD9387;
}
.BgClassName
{
background-color: #BD9387;
}
</style>
border-color css
<style>
span { border-color: #BD9387; }
span { border-color: rgb(189,147,135); }
td.TdClassName
{
border-color: #BD9387;
}
.TagClassName
{
border-color: #BD9387;
}
</style>