Shades of Quicksand #BD9A8C
Tints of Quicksand #BD9A8C
RGB
CMYK
RGB Variations
Color information
#BD9A8C (or 0xBD9A8C) is known color: Quicksand. HEX triplet: BD, 9A and 8C. RGB value is (189,154,140). Sum of RGB (Red+Green+Blue) = 189+154+140=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A8C is #426573. Grayscale: #A2A2A2. Windows color (decimal): -4351348 or 9214653. OLE color: 9214653.
HSL color Cylindrical-coordinate representation of color #BD9A8C: hue angle of 17.14º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD9A8C is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 140 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.26 |
| HSL | 17.14º | 0.27% | 0.65% | - |
| HSV(B) | 17.14º | 0.26% | 0.74% | - |
| XYZ | 37.28 | 35.82 | 29.76 | - |
| YUV | 162.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 140 | 0 | 0.19 | 0.26 | 0.26 | 17.14 | 0.27 | 0.65 |
| Hex | BD | 9A | 8C | 0 | 13 | 1A | 1A | 11 | 1B | 41 |
| Octal | 275 | 232 | 214 | 0 | 23 | 32 | 32 | 21 | 33 | 101 |
| Binary | 10111101 | 10011010 | 10001100 | 0 | 10011 | 11010 | 11010 | 10001 | 11011 | 1000001 |
Color Harmonies of #BD9A8C
Complementary color
Monochromatic Colors of #BD9A8C
Black with #BD9A8C
Text Example
Text Example
White with #BD9A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A8C; }
p { color: rgb(189,154,140); }
H1.HeaderClassName
{
color: #BD9A8C;
}
.AnyTagClassName
{
color: #BD9A8C;
}
</style>
background-color css
<style>
a { background-color: #BD9A8C; }
a { background-color: rgb(189,154,140); }
div.DivClassName
{
background-color: #BD9A8C;
}
.BgClassName
{
background-color: #BD9A8C;
}
</style>
border-color css
<style>
span { border-color: #BD9A8C; }
span { border-color: rgb(189,154,140); }
td.TdClassName
{
border-color: #BD9A8C;
}
.TagClassName
{
border-color: #BD9A8C;
}
</style>