Shades of Quicksand #BD9389
Tints of Quicksand #BD9389
RGB
CMYK
RGB Variations
Color information
#BD9389 (or 0xBD9389) is known color: Quicksand. HEX triplet: BD, 93 and 89. RGB value is (189,147,137). Sum of RGB (Red+Green+Blue) = 189+147+137=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9389 is #426C76. Grayscale: #9E9E9E. Windows color (decimal): -4353143 or 9016253. OLE color: 9016253.
HSL color Cylindrical-coordinate representation of color #BD9389: hue angle of 11.54º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9389 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 137 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.26 |
| HSL | 11.54º | 0.28% | 0.64% | - |
| HSV(B) | 11.54º | 0.28% | 0.74% | - |
| XYZ | 35.94 | 33.49 | 28.24 | - |
| YUV | 158.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 137 | 0 | 0.22 | 0.28 | 0.26 | 11.54 | 0.28 | 0.64 |
| Hex | BD | 93 | 89 | 0 | 16 | 1C | 1A | C | 1C | 40 |
| Octal | 275 | 223 | 211 | 0 | 26 | 34 | 32 | 14 | 34 | 100 |
| Binary | 10111101 | 10010011 | 10001001 | 0 | 10110 | 11100 | 11010 | 1100 | 11100 | 1000000 |
Color Harmonies of #BD9389
Complementary color
Monochromatic Colors of #BD9389
Black with #BD9389
Text Example
Text Example
White with #BD9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9389; }
p { color: rgb(189,147,137); }
H1.HeaderClassName
{
color: #BD9389;
}
.AnyTagClassName
{
color: #BD9389;
}
</style>
background-color css
<style>
a { background-color: #BD9389; }
a { background-color: rgb(189,147,137); }
div.DivClassName
{
background-color: #BD9389;
}
.BgClassName
{
background-color: #BD9389;
}
</style>
border-color css
<style>
span { border-color: #BD9389; }
span { border-color: rgb(189,147,137); }
td.TdClassName
{
border-color: #BD9389;
}
.TagClassName
{
border-color: #BD9389;
}
</style>