Shades of Quicksand #BD9A8D
Tints of Quicksand #BD9A8D
RGB
CMYK
RGB Variations
Color information
#BD9A8D (or 0xBD9A8D) is known color: Quicksand. HEX triplet: BD, 9A and 8D. RGB value is (189,154,141). Sum of RGB (Red+Green+Blue) = 189+154+141=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A8D is #426572. Grayscale: #A3A3A3. Windows color (decimal): -4351347 or 9280189. OLE color: 9280189.
HSL color Cylindrical-coordinate representation of color #BD9A8D: hue angle of 16.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD9A8D is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 141 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.26 |
| HSL | 16.25º | 0.27% | 0.65% | - |
| HSV(B) | 16.25º | 0.25% | 0.74% | - |
| XYZ | 37.35 | 35.85 | 30.15 | - |
| YUV | 162.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 141 | 0 | 0.19 | 0.25 | 0.26 | 16.25 | 0.27 | 0.65 |
| Hex | BD | 9A | 8D | 0 | 13 | 19 | 1A | 10 | 1B | 41 |
| Octal | 275 | 232 | 215 | 0 | 23 | 31 | 32 | 20 | 33 | 101 |
| Binary | 10111101 | 10011010 | 10001101 | 0 | 10011 | 11001 | 11010 | 10000 | 11011 | 1000001 |
Color Harmonies of #BD9A8D
Complementary color
Monochromatic Colors of #BD9A8D
Black with #BD9A8D
Text Example
Text Example
White with #BD9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A8D; }
p { color: rgb(189,154,141); }
H1.HeaderClassName
{
color: #BD9A8D;
}
.AnyTagClassName
{
color: #BD9A8D;
}
</style>
background-color css
<style>
a { background-color: #BD9A8D; }
a { background-color: rgb(189,154,141); }
div.DivClassName
{
background-color: #BD9A8D;
}
.BgClassName
{
background-color: #BD9A8D;
}
</style>
border-color css
<style>
span { border-color: #BD9A8D; }
span { border-color: rgb(189,154,141); }
td.TdClassName
{
border-color: #BD9A8D;
}
.TagClassName
{
border-color: #BD9A8D;
}
</style>