Shades of Quicksand #BF9589
Tints of Quicksand #BF9589
RGB
CMYK
RGB Variations
Color information
#BF9589 (or 0xBF9589) is known color: Quicksand. HEX triplet: BF, 95 and 89. RGB value is (191,149,137). Sum of RGB (Red+Green+Blue) = 191+149+137=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9589 is #406A76. Grayscale: #A0A0A0. Windows color (decimal): -4221559 or 9016767. OLE color: 9016767.
HSL color Cylindrical-coordinate representation of color #BF9589: hue angle of 13.33º 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 #BF9589 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 137 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.25 |
| HSL | 13.33º | 0.3% | 0.64% | - |
| HSV(B) | 13.33º | 0.28% | 0.75% | - |
| XYZ | 36.75 | 34.38 | 28.37 | - |
| YUV | 160.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 137 | 0 | 0.22 | 0.28 | 0.25 | 13.33 | 0.3 | 0.64 |
| Hex | BF | 95 | 89 | 0 | 16 | 1C | 19 | D | 1E | 40 |
| Octal | 277 | 225 | 211 | 0 | 26 | 34 | 31 | 15 | 36 | 100 |
| Binary | 10111111 | 10010101 | 10001001 | 0 | 10110 | 11100 | 11001 | 1101 | 11110 | 1000000 |
Color Harmonies of #BF9589
Complementary color
Monochromatic Colors of #BF9589
Black with #BF9589
Text Example
Text Example
White with #BF9589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9589; }
p { color: rgb(191,149,137); }
H1.HeaderClassName
{
color: #BF9589;
}
.AnyTagClassName
{
color: #BF9589;
}
</style>
background-color css
<style>
a { background-color: #BF9589; }
a { background-color: rgb(191,149,137); }
div.DivClassName
{
background-color: #BF9589;
}
.BgClassName
{
background-color: #BF9589;
}
</style>
border-color css
<style>
span { border-color: #BF9589; }
span { border-color: rgb(191,149,137); }
td.TdClassName
{
border-color: #BF9589;
}
.TagClassName
{
border-color: #BF9589;
}
</style>