Shades of Quicksand #BF9587
Tints of Quicksand #BF9587
RGB
CMYK
RGB Variations
Color information
#BF9587 (or 0xBF9587) is known color: Quicksand. HEX triplet: BF, 95 and 87. RGB value is (191,149,135). Sum of RGB (Red+Green+Blue) = 191+149+135=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9587 is #406A78. Grayscale: #A0A0A0. Windows color (decimal): -4221561 or 8885695. OLE color: 8885695.
HSL color Cylindrical-coordinate representation of color #BF9587: hue angle of 15º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF9587 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 135 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.25 |
| HSL | 15º | 0.3% | 0.64% | - |
| HSV(B) | 15º | 0.29% | 0.75% | - |
| XYZ | 36.61 | 34.32 | 27.62 | - |
| YUV | 159.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 135 | 0 | 0.22 | 0.29 | 0.25 | 15 | 0.3 | 0.64 |
| Hex | BF | 95 | 87 | 0 | 16 | 1D | 19 | F | 1E | 40 |
| Octal | 277 | 225 | 207 | 0 | 26 | 35 | 31 | 17 | 36 | 100 |
| Binary | 10111111 | 10010101 | 10000111 | 0 | 10110 | 11101 | 11001 | 1111 | 11110 | 1000000 |
Color Harmonies of #BF9587
Complementary color
Monochromatic Colors of #BF9587
Black with #BF9587
Text Example
Text Example
White with #BF9587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9587; }
p { color: rgb(191,149,135); }
H1.HeaderClassName
{
color: #BF9587;
}
.AnyTagClassName
{
color: #BF9587;
}
</style>
background-color css
<style>
a { background-color: #BF9587; }
a { background-color: rgb(191,149,135); }
div.DivClassName
{
background-color: #BF9587;
}
.BgClassName
{
background-color: #BF9587;
}
</style>
border-color css
<style>
span { border-color: #BF9587; }
span { border-color: rgb(191,149,135); }
td.TdClassName
{
border-color: #BF9587;
}
.TagClassName
{
border-color: #BF9587;
}
</style>