Shades of Quicksand #BF9588
Tints of Quicksand #BF9588
RGB
CMYK
RGB Variations
Color information
#BF9588 (or 0xBF9588) is known color: Quicksand. HEX triplet: BF, 95 and 88. RGB value is (191,149,136). Sum of RGB (Red+Green+Blue) = 191+149+136=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9588 is #406A77. Grayscale: #A0A0A0. Windows color (decimal): -4221560 or 8951231. OLE color: 8951231.
HSL color Cylindrical-coordinate representation of color #BF9588: hue angle of 14.18º 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 #BF9588 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 136 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.25 |
| HSL | 14.18º | 0.3% | 0.64% | - |
| HSV(B) | 14.18º | 0.29% | 0.75% | - |
| XYZ | 36.68 | 34.35 | 27.99 | - |
| YUV | 160.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 136 | 0 | 0.22 | 0.29 | 0.25 | 14.18 | 0.3 | 0.64 |
| Hex | BF | 95 | 88 | 0 | 16 | 1D | 19 | E | 1E | 40 |
| Octal | 277 | 225 | 210 | 0 | 26 | 35 | 31 | 16 | 36 | 100 |
| Binary | 10111111 | 10010101 | 10001000 | 0 | 10110 | 11101 | 11001 | 1110 | 11110 | 1000000 |
Color Harmonies of #BF9588
Complementary color
Monochromatic Colors of #BF9588
Black with #BF9588
Text Example
Text Example
White with #BF9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9588; }
p { color: rgb(191,149,136); }
H1.HeaderClassName
{
color: #BF9588;
}
.AnyTagClassName
{
color: #BF9588;
}
</style>
background-color css
<style>
a { background-color: #BF9588; }
a { background-color: rgb(191,149,136); }
div.DivClassName
{
background-color: #BF9588;
}
.BgClassName
{
background-color: #BF9588;
}
</style>
border-color css
<style>
span { border-color: #BF9588; }
span { border-color: rgb(191,149,136); }
td.TdClassName
{
border-color: #BF9588;
}
.TagClassName
{
border-color: #BF9588;
}
</style>