Shades of Quicksand #BF9386
Tints of Quicksand #BF9386
RGB
CMYK
RGB Variations
Color information
#BF9386 (or 0xBF9386) is known color: Quicksand. HEX triplet: BF, 93 and 86. RGB value is (191,147,134). Sum of RGB (Red+Green+Blue) = 191+147+134=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9386 is #406C79. Grayscale: #9E9E9E. Windows color (decimal): -4222074 or 8819647. OLE color: 8819647.
HSL color Cylindrical-coordinate representation of color #BF9386: hue angle of 13.68º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF9386 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 134 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.25 |
| HSL | 13.68º | 0.31% | 0.64% | - |
| HSV(B) | 13.68º | 0.3% | 0.75% | - |
| XYZ | 36.22 | 33.67 | 27.14 | - |
| YUV | 158.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 134 | 0 | 0.23 | 0.30 | 0.25 | 13.68 | 0.31 | 0.64 |
| Hex | BF | 93 | 86 | 0 | 17 | 1E | 19 | E | 1F | 40 |
| Octal | 277 | 223 | 206 | 0 | 27 | 36 | 31 | 16 | 37 | 100 |
| Binary | 10111111 | 10010011 | 10000110 | 0 | 10111 | 11110 | 11001 | 1110 | 11111 | 1000000 |
Color Harmonies of #BF9386
Complementary color
Monochromatic Colors of #BF9386
Black with #BF9386
Text Example
Text Example
White with #BF9386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9386; }
p { color: rgb(191,147,134); }
H1.HeaderClassName
{
color: #BF9386;
}
.AnyTagClassName
{
color: #BF9386;
}
</style>
background-color css
<style>
a { background-color: #BF9386; }
a { background-color: rgb(191,147,134); }
div.DivClassName
{
background-color: #BF9386;
}
.BgClassName
{
background-color: #BF9386;
}
</style>
border-color css
<style>
span { border-color: #BF9386; }
span { border-color: rgb(191,147,134); }
td.TdClassName
{
border-color: #BF9386;
}
.TagClassName
{
border-color: #BF9386;
}
</style>