Shades of Quicksand #BF9488
Tints of Quicksand #BF9488
RGB
CMYK
RGB Variations
Color information
#BF9488 (or 0xBF9488) is known color: Quicksand. HEX triplet: BF, 94 and 88. RGB value is (191,148,136). Sum of RGB (Red+Green+Blue) = 191+148+136=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9488 is #406B77. Grayscale: #9F9F9F. Windows color (decimal): -4221816 or 8950975. OLE color: 8950975.
HSL color Cylindrical-coordinate representation of color #BF9488: hue angle of 13.09º 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 #BF9488 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 136 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.25 |
| HSL | 13.09º | 0.3% | 0.64% | - |
| HSV(B) | 13.09º | 0.29% | 0.75% | - |
| XYZ | 36.52 | 34.03 | 27.94 | - |
| YUV | 159.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 136 | 0 | 0.23 | 0.29 | 0.25 | 13.09 | 0.3 | 0.64 |
| Hex | BF | 94 | 88 | 0 | 17 | 1D | 19 | D | 1E | 40 |
| Octal | 277 | 224 | 210 | 0 | 27 | 35 | 31 | 15 | 36 | 100 |
| Binary | 10111111 | 10010100 | 10001000 | 0 | 10111 | 11101 | 11001 | 1101 | 11110 | 1000000 |
Color Harmonies of #BF9488
Complementary color
Monochromatic Colors of #BF9488
Black with #BF9488
Text Example
Text Example
White with #BF9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9488; }
p { color: rgb(191,148,136); }
H1.HeaderClassName
{
color: #BF9488;
}
.AnyTagClassName
{
color: #BF9488;
}
</style>
background-color css
<style>
a { background-color: #BF9488; }
a { background-color: rgb(191,148,136); }
div.DivClassName
{
background-color: #BF9488;
}
.BgClassName
{
background-color: #BF9488;
}
</style>
border-color css
<style>
span { border-color: #BF9488; }
span { border-color: rgb(191,148,136); }
td.TdClassName
{
border-color: #BF9488;
}
.TagClassName
{
border-color: #BF9488;
}
</style>