Shades of Quicksand #BF978D
Tints of Quicksand #BF978D
RGB
CMYK
RGB Variations
Color information
#BF978D (or 0xBF978D) is known color: Quicksand. HEX triplet: BF, 97 and 8D. RGB value is (191,151,141). Sum of RGB (Red+Green+Blue) = 191+151+141=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF978D is #406872. Grayscale: #A1A1A1. Windows color (decimal): -4221043 or 9279423. OLE color: 9279423.
HSL color Cylindrical-coordinate representation of color #BF978D: hue angle of 12º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF978D is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 141 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.25 |
| HSL | 12º | 0.28% | 0.65% | - |
| HSV(B) | 12º | 0.26% | 0.75% | - |
| XYZ | 37.36 | 35.13 | 30.01 | - |
| YUV | 161.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 141 | 0 | 0.21 | 0.26 | 0.25 | 12 | 0.28 | 0.65 |
| Hex | BF | 97 | 8D | 0 | 15 | 1A | 19 | C | 1C | 41 |
| Octal | 277 | 227 | 215 | 0 | 25 | 32 | 31 | 14 | 34 | 101 |
| Binary | 10111111 | 10010111 | 10001101 | 0 | 10101 | 11010 | 11001 | 1100 | 11100 | 1000001 |
Color Harmonies of #BF978D
Complementary color
Monochromatic Colors of #BF978D
Black with #BF978D
Text Example
Text Example
White with #BF978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF978D; }
p { color: rgb(191,151,141); }
H1.HeaderClassName
{
color: #BF978D;
}
.AnyTagClassName
{
color: #BF978D;
}
</style>
background-color css
<style>
a { background-color: #BF978D; }
a { background-color: rgb(191,151,141); }
div.DivClassName
{
background-color: #BF978D;
}
.BgClassName
{
background-color: #BF978D;
}
</style>
border-color css
<style>
span { border-color: #BF978D; }
span { border-color: rgb(191,151,141); }
td.TdClassName
{
border-color: #BF978D;
}
.TagClassName
{
border-color: #BF978D;
}
</style>