Shades of Quicksand #BFA095
Tints of Quicksand #BFA095
RGB
CMYK
RGB Variations
Color information
#BFA095 (or 0xBFA095) is known color: Quicksand. HEX triplet: BF, A0 and 95. RGB value is (191,160,149). Sum of RGB (Red+Green+Blue) = 191+160+149=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA095 is #405F6A. Grayscale: #A8A8A8. Windows color (decimal): -4218731 or 9806015. OLE color: 9806015.
HSL color Cylindrical-coordinate representation of color #BFA095: hue angle of 15.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA095 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 149 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.25 |
| HSL | 15.71º | 0.25% | 0.67% | - |
| HSV(B) | 15.71º | 0.22% | 0.75% | - |
| XYZ | 39.48 | 38.39 | 33.76 | - |
| YUV | 168.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 149 | 0 | 0.16 | 0.22 | 0.25 | 15.71 | 0.25 | 0.67 |
| Hex | BF | A0 | 95 | 0 | 10 | 16 | 19 | 10 | 19 | 43 |
| Octal | 277 | 240 | 225 | 0 | 20 | 26 | 31 | 20 | 31 | 103 |
| Binary | 10111111 | 10100000 | 10010101 | 0 | 10000 | 10110 | 11001 | 10000 | 11001 | 1000011 |
Color Harmonies of #BFA095
Complementary color
Monochromatic Colors of #BFA095
Black with #BFA095
Text Example
Text Example
White with #BFA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA095; }
p { color: rgb(191,160,149); }
H1.HeaderClassName
{
color: #BFA095;
}
.AnyTagClassName
{
color: #BFA095;
}
</style>
background-color css
<style>
a { background-color: #BFA095; }
a { background-color: rgb(191,160,149); }
div.DivClassName
{
background-color: #BFA095;
}
.BgClassName
{
background-color: #BFA095;
}
</style>
border-color css
<style>
span { border-color: #BFA095; }
span { border-color: rgb(191,160,149); }
td.TdClassName
{
border-color: #BFA095;
}
.TagClassName
{
border-color: #BFA095;
}
</style>