Shades of Quicksand #BF988C
Tints of Quicksand #BF988C
RGB
CMYK
RGB Variations
Color information
#BF988C (or 0xBF988C) is known color: Quicksand. HEX triplet: BF, 98 and 8C. RGB value is (191,152,140). Sum of RGB (Red+Green+Blue) = 191+152+140=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF988C is #406773. Grayscale: #A2A2A2. Windows color (decimal): -4220788 or 9214143. OLE color: 9214143.
HSL color Cylindrical-coordinate representation of color #BF988C: hue angle of 14.12º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF988C is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 140 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.25 |
| HSL | 14.12º | 0.28% | 0.65% | - |
| HSV(B) | 14.12º | 0.27% | 0.75% | - |
| XYZ | 37.45 | 35.43 | 29.68 | - |
| YUV | 162.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 140 | 0 | 0.20 | 0.27 | 0.25 | 14.12 | 0.28 | 0.65 |
| Hex | BF | 98 | 8C | 0 | 14 | 1B | 19 | E | 1C | 41 |
| Octal | 277 | 230 | 214 | 0 | 24 | 33 | 31 | 16 | 34 | 101 |
| Binary | 10111111 | 10011000 | 10001100 | 0 | 10100 | 11011 | 11001 | 1110 | 11100 | 1000001 |
Color Harmonies of #BF988C
Complementary color
Monochromatic Colors of #BF988C
Black with #BF988C
Text Example
Text Example
White with #BF988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF988C; }
p { color: rgb(191,152,140); }
H1.HeaderClassName
{
color: #BF988C;
}
.AnyTagClassName
{
color: #BF988C;
}
</style>
background-color css
<style>
a { background-color: #BF988C; }
a { background-color: rgb(191,152,140); }
div.DivClassName
{
background-color: #BF988C;
}
.BgClassName
{
background-color: #BF988C;
}
</style>
border-color css
<style>
span { border-color: #BF988C; }
span { border-color: rgb(191,152,140); }
td.TdClassName
{
border-color: #BF988C;
}
.TagClassName
{
border-color: #BF988C;
}
</style>