Shades of Quicksand #BD978B
Tints of Quicksand #BD978B
RGB
CMYK
RGB Variations
Color information
#BD978B (or 0xBD978B) is known color: Quicksand. HEX triplet: BD, 97 and 8B. RGB value is (189,151,139). Sum of RGB (Red+Green+Blue) = 189+151+139=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD978B is #426874. Grayscale: #A1A1A1. Windows color (decimal): -4352117 or 9148349. OLE color: 9148349.
HSL color Cylindrical-coordinate representation of color #BD978B: hue angle of 14.4º 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 #BD978B is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 139 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.26 |
| HSL | 14.4º | 0.27% | 0.64% | - |
| HSV(B) | 14.4º | 0.26% | 0.74% | - |
| XYZ | 36.71 | 34.82 | 29.21 | - |
| YUV | 160.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 139 | 0 | 0.20 | 0.26 | 0.26 | 14.4 | 0.27 | 0.64 |
| Hex | BD | 97 | 8B | 0 | 14 | 1A | 1A | E | 1B | 40 |
| Octal | 275 | 227 | 213 | 0 | 24 | 32 | 32 | 16 | 33 | 100 |
| Binary | 10111101 | 10010111 | 10001011 | 0 | 10100 | 11010 | 11010 | 1110 | 11011 | 1000000 |
Color Harmonies of #BD978B
Complementary color
Monochromatic Colors of #BD978B
Black with #BD978B
Text Example
Text Example
White with #BD978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD978B; }
p { color: rgb(189,151,139); }
H1.HeaderClassName
{
color: #BD978B;
}
.AnyTagClassName
{
color: #BD978B;
}
</style>
background-color css
<style>
a { background-color: #BD978B; }
a { background-color: rgb(189,151,139); }
div.DivClassName
{
background-color: #BD978B;
}
.BgClassName
{
background-color: #BD978B;
}
</style>
border-color css
<style>
span { border-color: #BD978B; }
span { border-color: rgb(189,151,139); }
td.TdClassName
{
border-color: #BD978B;
}
.TagClassName
{
border-color: #BD978B;
}
</style>