Shades of Quicksand #BF9388
Tints of Quicksand #BF9388
RGB
CMYK
RGB Variations
Color information
#BF9388 (or 0xBF9388) is known color: Quicksand. HEX triplet: BF, 93 and 88. RGB value is (191,147,136). Sum of RGB (Red+Green+Blue) = 191+147+136=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9388 is #406C77. Grayscale: #9E9E9E. Windows color (decimal): -4222072 or 8950719. OLE color: 8950719.
HSL color Cylindrical-coordinate representation of color #BF9388: hue angle of 12º 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 #BF9388 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 136 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.25 |
| HSL | 12º | 0.3% | 0.64% | - |
| HSV(B) | 12º | 0.29% | 0.75% | - |
| XYZ | 36.36 | 33.72 | 27.88 | - |
| YUV | 158.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 136 | 0 | 0.23 | 0.29 | 0.25 | 12 | 0.3 | 0.64 |
| Hex | BF | 93 | 88 | 0 | 17 | 1D | 19 | C | 1E | 40 |
| Octal | 277 | 223 | 210 | 0 | 27 | 35 | 31 | 14 | 36 | 100 |
| Binary | 10111111 | 10010011 | 10001000 | 0 | 10111 | 11101 | 11001 | 1100 | 11110 | 1000000 |
Color Harmonies of #BF9388
Complementary color
Monochromatic Colors of #BF9388
Black with #BF9388
Text Example
Text Example
White with #BF9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9388; }
p { color: rgb(191,147,136); }
H1.HeaderClassName
{
color: #BF9388;
}
.AnyTagClassName
{
color: #BF9388;
}
</style>
background-color css
<style>
a { background-color: #BF9388; }
a { background-color: rgb(191,147,136); }
div.DivClassName
{
background-color: #BF9388;
}
.BgClassName
{
background-color: #BF9388;
}
</style>
border-color css
<style>
span { border-color: #BF9388; }
span { border-color: rgb(191,147,136); }
td.TdClassName
{
border-color: #BF9388;
}
.TagClassName
{
border-color: #BF9388;
}
</style>