Shades of Quicksand #BF998D
Tints of Quicksand #BF998D
RGB
CMYK
RGB Variations
Color information
#BF998D (or 0xBF998D) is known color: Quicksand. HEX triplet: BF, 99 and 8D. RGB value is (191,153,141). Sum of RGB (Red+Green+Blue) = 191+153+141=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF998D is #406672. Grayscale: #A3A3A3. Windows color (decimal): -4220531 or 9279935. OLE color: 9279935.
HSL color Cylindrical-coordinate representation of color #BF998D: hue angle of 14.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF998D is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 141 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.25 |
| HSL | 14.4º | 0.28% | 0.65% | - |
| HSV(B) | 14.4º | 0.26% | 0.75% | - |
| XYZ | 37.68 | 35.78 | 30.12 | - |
| YUV | 162.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 141 | 0 | 0.20 | 0.26 | 0.25 | 14.4 | 0.28 | 0.65 |
| Hex | BF | 99 | 8D | 0 | 14 | 1A | 19 | E | 1C | 41 |
| Octal | 277 | 231 | 215 | 0 | 24 | 32 | 31 | 16 | 34 | 101 |
| Binary | 10111111 | 10011001 | 10001101 | 0 | 10100 | 11010 | 11001 | 1110 | 11100 | 1000001 |
Color Harmonies of #BF998D
Complementary color
Monochromatic Colors of #BF998D
Black with #BF998D
Text Example
Text Example
White with #BF998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF998D; }
p { color: rgb(191,153,141); }
H1.HeaderClassName
{
color: #BF998D;
}
.AnyTagClassName
{
color: #BF998D;
}
</style>
background-color css
<style>
a { background-color: #BF998D; }
a { background-color: rgb(191,153,141); }
div.DivClassName
{
background-color: #BF998D;
}
.BgClassName
{
background-color: #BF998D;
}
</style>
border-color css
<style>
span { border-color: #BF998D; }
span { border-color: rgb(191,153,141); }
td.TdClassName
{
border-color: #BF998D;
}
.TagClassName
{
border-color: #BF998D;
}
</style>