Shades of Quicksand #BF9991
Tints of Quicksand #BF9991
RGB
CMYK
RGB Variations
Color information
#BF9991 (or 0xBF9991) is known color: Quicksand. HEX triplet: BF, 99 and 91. RGB value is (191,153,145). Sum of RGB (Red+Green+Blue) = 191+153+145=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9991 is #40666E. Grayscale: #A3A3A3. Windows color (decimal): -4220527 or 9542079. OLE color: 9542079.
HSL color Cylindrical-coordinate representation of color #BF9991: hue angle of 10.43º 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 #BF9991 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 145 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.25 |
| HSL | 10.43º | 0.26% | 0.66% | - |
| HSV(B) | 10.43º | 0.24% | 0.75% | - |
| XYZ | 37.99 | 35.9 | 31.72 | - |
| YUV | 163.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 145 | 0 | 0.20 | 0.24 | 0.25 | 10.43 | 0.26 | 0.66 |
| Hex | BF | 99 | 91 | 0 | 14 | 18 | 19 | A | 1A | 42 |
| Octal | 277 | 231 | 221 | 0 | 24 | 30 | 31 | 12 | 32 | 102 |
| Binary | 10111111 | 10011001 | 10010001 | 0 | 10100 | 11000 | 11001 | 1010 | 11010 | 1000010 |
Color Harmonies of #BF9991
Complementary color
Monochromatic Colors of #BF9991
Black with #BF9991
Text Example
Text Example
White with #BF9991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9991; }
p { color: rgb(191,153,145); }
H1.HeaderClassName
{
color: #BF9991;
}
.AnyTagClassName
{
color: #BF9991;
}
</style>
background-color css
<style>
a { background-color: #BF9991; }
a { background-color: rgb(191,153,145); }
div.DivClassName
{
background-color: #BF9991;
}
.BgClassName
{
background-color: #BF9991;
}
</style>
border-color css
<style>
span { border-color: #BF9991; }
span { border-color: rgb(191,153,145); }
td.TdClassName
{
border-color: #BF9991;
}
.TagClassName
{
border-color: #BF9991;
}
</style>