Shades of Quicksand #BF9886
Tints of Quicksand #BF9886
RGB
CMYK
RGB Variations
Color information
#BF9886 (or 0xBF9886) is known color: Quicksand. HEX triplet: BF, 98 and 86. RGB value is (191,152,134). Sum of RGB (Red+Green+Blue) = 191+152+134=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9886 is #406779. Grayscale: #A1A1A1. Windows color (decimal): -4220794 or 8820927. OLE color: 8820927.
HSL color Cylindrical-coordinate representation of color #BF9886: hue angle of 18.95º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF9886 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 134 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.25 |
| HSL | 18.95º | 0.31% | 0.64% | - |
| HSV(B) | 18.95º | 0.3% | 0.75% | - |
| XYZ | 37.02 | 35.25 | 27.41 | - |
| YUV | 161.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 134 | 0 | 0.20 | 0.30 | 0.25 | 18.95 | 0.31 | 0.64 |
| Hex | BF | 98 | 86 | 0 | 14 | 1E | 19 | 13 | 1F | 40 |
| Octal | 277 | 230 | 206 | 0 | 24 | 36 | 31 | 23 | 37 | 100 |
| Binary | 10111111 | 10011000 | 10000110 | 0 | 10100 | 11110 | 11001 | 10011 | 11111 | 1000000 |
Color Harmonies of #BF9886
Complementary color
Monochromatic Colors of #BF9886
Black with #BF9886
Text Example
Text Example
White with #BF9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9886; }
p { color: rgb(191,152,134); }
H1.HeaderClassName
{
color: #BF9886;
}
.AnyTagClassName
{
color: #BF9886;
}
</style>
background-color css
<style>
a { background-color: #BF9886; }
a { background-color: rgb(191,152,134); }
div.DivClassName
{
background-color: #BF9886;
}
.BgClassName
{
background-color: #BF9886;
}
</style>
border-color css
<style>
span { border-color: #BF9886; }
span { border-color: rgb(191,152,134); }
td.TdClassName
{
border-color: #BF9886;
}
.TagClassName
{
border-color: #BF9886;
}
</style>