Shades of Quicksand #BF9892
Tints of Quicksand #BF9892
RGB
CMYK
RGB Variations
Color information
#BF9892 (or 0xBF9892) is known color: Quicksand. HEX triplet: BF, 98 and 92. RGB value is (191,152,146). Sum of RGB (Red+Green+Blue) = 191+152+146=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9892 is #40676D. Grayscale: #A3A3A3. Windows color (decimal): -4220782 or 9607359. OLE color: 9607359.
HSL color Cylindrical-coordinate representation of color #BF9892: hue angle of 8º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF9892 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 146 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.25 |
| HSL | 8º | 0.26% | 0.66% | - |
| HSV(B) | 8º | 0.24% | 0.75% | - |
| XYZ | 37.9 | 35.61 | 32.07 | - |
| YUV | 162.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 146 | 0 | 0.20 | 0.24 | 0.25 | 8 | 0.26 | 0.66 |
| Hex | BF | 98 | 92 | 0 | 14 | 18 | 19 | 8 | 1A | 42 |
| Octal | 277 | 230 | 222 | 0 | 24 | 30 | 31 | 10 | 32 | 102 |
| Binary | 10111111 | 10011000 | 10010010 | 0 | 10100 | 11000 | 11001 | 1000 | 11010 | 1000010 |
Color Harmonies of #BF9892
Complementary color
Monochromatic Colors of #BF9892
Black with #BF9892
Text Example
Text Example
White with #BF9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9892; }
p { color: rgb(191,152,146); }
H1.HeaderClassName
{
color: #BF9892;
}
.AnyTagClassName
{
color: #BF9892;
}
</style>
background-color css
<style>
a { background-color: #BF9892; }
a { background-color: rgb(191,152,146); }
div.DivClassName
{
background-color: #BF9892;
}
.BgClassName
{
background-color: #BF9892;
}
</style>
border-color css
<style>
span { border-color: #BF9892; }
span { border-color: rgb(191,152,146); }
td.TdClassName
{
border-color: #BF9892;
}
.TagClassName
{
border-color: #BF9892;
}
</style>