Shades of Quicksand #BF9389
Tints of Quicksand #BF9389
RGB
CMYK
RGB Variations
Color information
#BF9389 (or 0xBF9389) is known color: Quicksand. HEX triplet: BF, 93 and 89. RGB value is (191,147,137). Sum of RGB (Red+Green+Blue) = 191+147+137=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9389 is #406C76. Grayscale: #9F9F9F. Windows color (decimal): -4222071 or 9016255. OLE color: 9016255.
HSL color Cylindrical-coordinate representation of color #BF9389: hue angle of 11.11º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF9389 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 137 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.25 |
| HSL | 11.11º | 0.3% | 0.64% | - |
| HSV(B) | 11.11º | 0.28% | 0.75% | - |
| XYZ | 36.43 | 33.75 | 28.26 | - |
| YUV | 159.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 137 | 0 | 0.23 | 0.28 | 0.25 | 11.11 | 0.3 | 0.64 |
| Hex | BF | 93 | 89 | 0 | 17 | 1C | 19 | B | 1E | 40 |
| Octal | 277 | 223 | 211 | 0 | 27 | 34 | 31 | 13 | 36 | 100 |
| Binary | 10111111 | 10010011 | 10001001 | 0 | 10111 | 11100 | 11001 | 1011 | 11110 | 1000000 |
Color Harmonies of #BF9389
Complementary color
Monochromatic Colors of #BF9389
Black with #BF9389
Text Example
Text Example
White with #BF9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9389; }
p { color: rgb(191,147,137); }
H1.HeaderClassName
{
color: #BF9389;
}
.AnyTagClassName
{
color: #BF9389;
}
</style>
background-color css
<style>
a { background-color: #BF9389; }
a { background-color: rgb(191,147,137); }
div.DivClassName
{
background-color: #BF9389;
}
.BgClassName
{
background-color: #BF9389;
}
</style>
border-color css
<style>
span { border-color: #BF9389; }
span { border-color: rgb(191,147,137); }
td.TdClassName
{
border-color: #BF9389;
}
.TagClassName
{
border-color: #BF9389;
}
</style>