Shades of Quicksand #BF9889
Tints of Quicksand #BF9889
RGB
CMYK
RGB Variations
Color information
#BF9889 (or 0xBF9889) is known color: Quicksand. HEX triplet: BF, 98 and 89. RGB value is (191,152,137). Sum of RGB (Red+Green+Blue) = 191+152+137=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9889 is #406776. Grayscale: #A2A2A2. Windows color (decimal): -4220791 or 9017535. OLE color: 9017535.
HSL color Cylindrical-coordinate representation of color #BF9889: hue angle of 16.67º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF9889 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 137 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.25 |
| HSL | 16.67º | 0.3% | 0.64% | - |
| HSV(B) | 16.67º | 0.28% | 0.75% | - |
| XYZ | 37.23 | 35.34 | 28.53 | - |
| YUV | 161.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 137 | 0 | 0.20 | 0.28 | 0.25 | 16.67 | 0.3 | 0.64 |
| Hex | BF | 98 | 89 | 0 | 14 | 1C | 19 | 11 | 1E | 40 |
| Octal | 277 | 230 | 211 | 0 | 24 | 34 | 31 | 21 | 36 | 100 |
| Binary | 10111111 | 10011000 | 10001001 | 0 | 10100 | 11100 | 11001 | 10001 | 11110 | 1000000 |
Color Harmonies of #BF9889
Complementary color
Monochromatic Colors of #BF9889
Black with #BF9889
Text Example
Text Example
White with #BF9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9889; }
p { color: rgb(191,152,137); }
H1.HeaderClassName
{
color: #BF9889;
}
.AnyTagClassName
{
color: #BF9889;
}
</style>
background-color css
<style>
a { background-color: #BF9889; }
a { background-color: rgb(191,152,137); }
div.DivClassName
{
background-color: #BF9889;
}
.BgClassName
{
background-color: #BF9889;
}
</style>
border-color css
<style>
span { border-color: #BF9889; }
span { border-color: rgb(191,152,137); }
td.TdClassName
{
border-color: #BF9889;
}
.TagClassName
{
border-color: #BF9889;
}
</style>