Shades of Quicksand #BFA197
Tints of Quicksand #BFA197
RGB
CMYK
RGB Variations
Color information
#BFA197 (or 0xBFA197) is known color: Quicksand. HEX triplet: BF, A1 and 97. RGB value is (191,161,151). Sum of RGB (Red+Green+Blue) = 191+161+151=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA197 is #405E68. Grayscale: #A8A8A8. Windows color (decimal): -4218473 or 9937343. OLE color: 9937343.
HSL color Cylindrical-coordinate representation of color #BFA197: hue angle of 15º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFA197 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 151 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.25 |
| HSL | 15º | 0.24% | 0.67% | - |
| HSV(B) | 15º | 0.21% | 0.75% | - |
| XYZ | 39.82 | 38.8 | 34.67 | - |
| YUV | 168.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 151 | 0 | 0.16 | 0.21 | 0.25 | 15 | 0.24 | 0.67 |
| Hex | BF | A1 | 97 | 0 | 10 | 15 | 19 | F | 18 | 43 |
| Octal | 277 | 241 | 227 | 0 | 20 | 25 | 31 | 17 | 30 | 103 |
| Binary | 10111111 | 10100001 | 10010111 | 0 | 10000 | 10101 | 11001 | 1111 | 11000 | 1000011 |
Color Harmonies of #BFA197
Complementary color
Monochromatic Colors of #BFA197
Black with #BFA197
Text Example
Text Example
White with #BFA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA197; }
p { color: rgb(191,161,151); }
H1.HeaderClassName
{
color: #BFA197;
}
.AnyTagClassName
{
color: #BFA197;
}
</style>
background-color css
<style>
a { background-color: #BFA197; }
a { background-color: rgb(191,161,151); }
div.DivClassName
{
background-color: #BFA197;
}
.BgClassName
{
background-color: #BFA197;
}
</style>
border-color css
<style>
span { border-color: #BFA197; }
span { border-color: rgb(191,161,151); }
td.TdClassName
{
border-color: #BFA197;
}
.TagClassName
{
border-color: #BFA197;
}
</style>