Shades of Quicksand #BD988B
Tints of Quicksand #BD988B
RGB
CMYK
RGB Variations
Color information
#BD988B (or 0xBD988B) is known color: Quicksand. HEX triplet: BD, 98 and 8B. RGB value is (189,152,139). Sum of RGB (Red+Green+Blue) = 189+152+139=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD988B is #426774. Grayscale: #A1A1A1. Windows color (decimal): -4351861 or 9148605. OLE color: 9148605.
HSL color Cylindrical-coordinate representation of color #BD988B: hue angle of 15.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD988B is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 139 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.26 |
| HSL | 15.6º | 0.27% | 0.64% | - |
| HSV(B) | 15.6º | 0.26% | 0.74% | - |
| XYZ | 36.87 | 35.14 | 29.27 | - |
| YUV | 161.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 139 | 0 | 0.20 | 0.26 | 0.26 | 15.6 | 0.27 | 0.64 |
| Hex | BD | 98 | 8B | 0 | 14 | 1A | 1A | 10 | 1B | 40 |
| Octal | 275 | 230 | 213 | 0 | 24 | 32 | 32 | 20 | 33 | 100 |
| Binary | 10111101 | 10011000 | 10001011 | 0 | 10100 | 11010 | 11010 | 10000 | 11011 | 1000000 |
Color Harmonies of #BD988B
Complementary color
Monochromatic Colors of #BD988B
Black with #BD988B
Text Example
Text Example
White with #BD988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD988B; }
p { color: rgb(189,152,139); }
H1.HeaderClassName
{
color: #BD988B;
}
.AnyTagClassName
{
color: #BD988B;
}
</style>
background-color css
<style>
a { background-color: #BD988B; }
a { background-color: rgb(189,152,139); }
div.DivClassName
{
background-color: #BD988B;
}
.BgClassName
{
background-color: #BD988B;
}
</style>
border-color css
<style>
span { border-color: #BD988B; }
span { border-color: rgb(189,152,139); }
td.TdClassName
{
border-color: #BD988B;
}
.TagClassName
{
border-color: #BD988B;
}
</style>