Shades of Quicksand #BF9887
Tints of Quicksand #BF9887
RGB
CMYK
RGB Variations
Color information
#BF9887 (or 0xBF9887) is known color: Quicksand. HEX triplet: BF, 98 and 87. RGB value is (191,152,135). Sum of RGB (Red+Green+Blue) = 191+152+135=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9887 is #406778. Grayscale: #A1A1A1. Windows color (decimal): -4220793 or 8886463. OLE color: 8886463.
HSL color Cylindrical-coordinate representation of color #BF9887: hue angle of 18.21º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF9887 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 135 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.25 |
| HSL | 18.21º | 0.3% | 0.64% | - |
| HSV(B) | 18.21º | 0.29% | 0.75% | - |
| XYZ | 37.09 | 35.28 | 27.78 | - |
| YUV | 161.72 | 112.92 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 135 | 0 | 0.20 | 0.29 | 0.25 | 18.21 | 0.3 | 0.64 |
| Hex | BF | 98 | 87 | 0 | 14 | 1D | 19 | 12 | 1E | 40 |
| Octal | 277 | 230 | 207 | 0 | 24 | 35 | 31 | 22 | 36 | 100 |
| Binary | 10111111 | 10011000 | 10000111 | 0 | 10100 | 11101 | 11001 | 10010 | 11110 | 1000000 |
Color Harmonies of #BF9887
Complementary color
Monochromatic Colors of #BF9887
Black with #BF9887
Text Example
Text Example
White with #BF9887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9887; }
p { color: rgb(191,152,135); }
H1.HeaderClassName
{
color: #BF9887;
}
.AnyTagClassName
{
color: #BF9887;
}
</style>
background-color css
<style>
a { background-color: #BF9887; }
a { background-color: rgb(191,152,135); }
div.DivClassName
{
background-color: #BF9887;
}
.BgClassName
{
background-color: #BF9887;
}
</style>
border-color css
<style>
span { border-color: #BF9887; }
span { border-color: rgb(191,152,135); }
td.TdClassName
{
border-color: #BF9887;
}
.TagClassName
{
border-color: #BF9887;
}
</style>