Shades of Quicksand #BFA097
Tints of Quicksand #BFA097
RGB
CMYK
RGB Variations
Color information
#BFA097 (or 0xBFA097) is known color: Quicksand. HEX triplet: BF, A0 and 97. RGB value is (191,160,151). Sum of RGB (Red+Green+Blue) = 191+160+151=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA097 is #405F68. Grayscale: #A8A8A8. Windows color (decimal): -4218729 or 9937087. OLE color: 9937087.
HSL color Cylindrical-coordinate representation of color #BFA097: hue angle of 13.5º 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 #BFA097 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 151 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.25 |
| HSL | 13.5º | 0.24% | 0.67% | - |
| HSV(B) | 13.5º | 0.21% | 0.75% | - |
| XYZ | 39.64 | 38.45 | 34.61 | - |
| YUV | 168.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 151 | 0 | 0.16 | 0.21 | 0.25 | 13.5 | 0.24 | 0.67 |
| Hex | BF | A0 | 97 | 0 | 10 | 15 | 19 | E | 18 | 43 |
| Octal | 277 | 240 | 227 | 0 | 20 | 25 | 31 | 16 | 30 | 103 |
| Binary | 10111111 | 10100000 | 10010111 | 0 | 10000 | 10101 | 11001 | 1110 | 11000 | 1000011 |
Color Harmonies of #BFA097
Complementary color
Monochromatic Colors of #BFA097
Black with #BFA097
Text Example
Text Example
White with #BFA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA097; }
p { color: rgb(191,160,151); }
H1.HeaderClassName
{
color: #BFA097;
}
.AnyTagClassName
{
color: #BFA097;
}
</style>
background-color css
<style>
a { background-color: #BFA097; }
a { background-color: rgb(191,160,151); }
div.DivClassName
{
background-color: #BFA097;
}
.BgClassName
{
background-color: #BFA097;
}
</style>
border-color css
<style>
span { border-color: #BFA097; }
span { border-color: rgb(191,160,151); }
td.TdClassName
{
border-color: #BFA097;
}
.TagClassName
{
border-color: #BFA097;
}
</style>