Shades of Quicksand #BF9890
Tints of Quicksand #BF9890
RGB
CMYK
RGB Variations
Color information
#BF9890 (or 0xBF9890) is known color: Quicksand. HEX triplet: BF, 98 and 90. RGB value is (191,152,144). Sum of RGB (Red+Green+Blue) = 191+152+144=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9890 is #40676F. Grayscale: #A2A2A2. Windows color (decimal): -4220784 or 9476287. OLE color: 9476287.
HSL color Cylindrical-coordinate representation of color #BF9890: hue angle of 10.21º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF9890 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 144 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.25 |
| HSL | 10.21º | 0.27% | 0.66% | - |
| HSV(B) | 10.21º | 0.25% | 0.75% | - |
| XYZ | 37.75 | 35.55 | 31.26 | - |
| YUV | 162.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 144 | 0 | 0.20 | 0.25 | 0.25 | 10.21 | 0.27 | 0.66 |
| Hex | BF | 98 | 90 | 0 | 14 | 19 | 19 | A | 1B | 42 |
| Octal | 277 | 230 | 220 | 0 | 24 | 31 | 31 | 12 | 33 | 102 |
| Binary | 10111111 | 10011000 | 10010000 | 0 | 10100 | 11001 | 11001 | 1010 | 11011 | 1000010 |
Color Harmonies of #BF9890
Complementary color
Monochromatic Colors of #BF9890
Black with #BF9890
Text Example
Text Example
White with #BF9890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9890; }
p { color: rgb(191,152,144); }
H1.HeaderClassName
{
color: #BF9890;
}
.AnyTagClassName
{
color: #BF9890;
}
</style>
background-color css
<style>
a { background-color: #BF9890; }
a { background-color: rgb(191,152,144); }
div.DivClassName
{
background-color: #BF9890;
}
.BgClassName
{
background-color: #BF9890;
}
</style>
border-color css
<style>
span { border-color: #BF9890; }
span { border-color: rgb(191,152,144); }
td.TdClassName
{
border-color: #BF9890;
}
.TagClassName
{
border-color: #BF9890;
}
</style>