Shades of Quicksand #BF9785
Tints of Quicksand #BF9785
RGB
CMYK
RGB Variations
Color information
#BF9785 (or 0xBF9785) is known color: Quicksand. HEX triplet: BF, 97 and 85. RGB value is (191,151,133). Sum of RGB (Red+Green+Blue) = 191+151+133=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9785 is #40687A. Grayscale: #A1A1A1. Windows color (decimal): -4221051 or 8755135. OLE color: 8755135.
HSL color Cylindrical-coordinate representation of color #BF9785: hue angle of 18.62º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF9785 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 133 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.25 |
| HSL | 18.62º | 0.31% | 0.64% | - |
| HSV(B) | 18.62º | 0.3% | 0.75% | - |
| XYZ | 36.79 | 34.9 | 26.99 | - |
| YUV | 160.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 133 | 0 | 0.21 | 0.30 | 0.25 | 18.62 | 0.31 | 0.64 |
| Hex | BF | 97 | 85 | 0 | 15 | 1E | 19 | 13 | 1F | 40 |
| Octal | 277 | 227 | 205 | 0 | 25 | 36 | 31 | 23 | 37 | 100 |
| Binary | 10111111 | 10010111 | 10000101 | 0 | 10101 | 11110 | 11001 | 10011 | 11111 | 1000000 |
Color Harmonies of #BF9785
Complementary color
Monochromatic Colors of #BF9785
Black with #BF9785
Text Example
Text Example
White with #BF9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9785; }
p { color: rgb(191,151,133); }
H1.HeaderClassName
{
color: #BF9785;
}
.AnyTagClassName
{
color: #BF9785;
}
</style>
background-color css
<style>
a { background-color: #BF9785; }
a { background-color: rgb(191,151,133); }
div.DivClassName
{
background-color: #BF9785;
}
.BgClassName
{
background-color: #BF9785;
}
</style>
border-color css
<style>
span { border-color: #BF9785; }
span { border-color: rgb(191,151,133); }
td.TdClassName
{
border-color: #BF9785;
}
.TagClassName
{
border-color: #BF9785;
}
</style>