Shades of Quicksand #BF9A88
Tints of Quicksand #BF9A88
RGB
CMYK
RGB Variations
Color information
#BF9A88 (or 0xBF9A88) is known color: Quicksand. HEX triplet: BF, 9A and 88. RGB value is (191,154,136). Sum of RGB (Red+Green+Blue) = 191+154+136=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A88 is #406577. Grayscale: #A3A3A3. Windows color (decimal): -4220280 or 8952511. OLE color: 8952511.
HSL color Cylindrical-coordinate representation of color #BF9A88: hue angle of 19.64º 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 #BF9A88 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 136 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.25 |
| HSL | 19.64º | 0.3% | 0.64% | - |
| HSV(B) | 19.64º | 0.29% | 0.75% | - |
| XYZ | 37.49 | 35.97 | 28.26 | - |
| YUV | 163.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 136 | 0 | 0.19 | 0.29 | 0.25 | 19.64 | 0.3 | 0.64 |
| Hex | BF | 9A | 88 | 0 | 13 | 1D | 19 | 14 | 1E | 40 |
| Octal | 277 | 232 | 210 | 0 | 23 | 35 | 31 | 24 | 36 | 100 |
| Binary | 10111111 | 10011010 | 10001000 | 0 | 10011 | 11101 | 11001 | 10100 | 11110 | 1000000 |
Color Harmonies of #BF9A88
Complementary color
Monochromatic Colors of #BF9A88
Black with #BF9A88
Text Example
Text Example
White with #BF9A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9A88; }
p { color: rgb(191,154,136); }
H1.HeaderClassName
{
color: #BF9A88;
}
.AnyTagClassName
{
color: #BF9A88;
}
</style>
background-color css
<style>
a { background-color: #BF9A88; }
a { background-color: rgb(191,154,136); }
div.DivClassName
{
background-color: #BF9A88;
}
.BgClassName
{
background-color: #BF9A88;
}
</style>
border-color css
<style>
span { border-color: #BF9A88; }
span { border-color: rgb(191,154,136); }
td.TdClassName
{
border-color: #BF9A88;
}
.TagClassName
{
border-color: #BF9A88;
}
</style>