Shades of Quicksand #BF9E8B
Tints of Quicksand #BF9E8B
RGB
CMYK
RGB Variations
Color information
#BF9E8B (or 0xBF9E8B) is known color: Quicksand. HEX triplet: BF, 9E and 8B. RGB value is (191,158,139). Sum of RGB (Red+Green+Blue) = 191+158+139=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E8B is #406174. Grayscale: #A5A5A5. Windows color (decimal): -4219253 or 9150143. OLE color: 9150143.
HSL color Cylindrical-coordinate representation of color #BF9E8B: hue angle of 21.92º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF9E8B is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 158 | 139 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.25 |
| HSL | 21.92º | 0.29% | 0.65% | - |
| HSV(B) | 21.92º | 0.27% | 0.75% | - |
| XYZ | 38.37 | 37.39 | 29.62 | - |
| YUV | 165.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 139 | 0 | 0.17 | 0.27 | 0.25 | 21.92 | 0.29 | 0.65 |
| Hex | BF | 9E | 8B | 0 | 11 | 1B | 19 | 16 | 1D | 41 |
| Octal | 277 | 236 | 213 | 0 | 21 | 33 | 31 | 26 | 35 | 101 |
| Binary | 10111111 | 10011110 | 10001011 | 0 | 10001 | 11011 | 11001 | 10110 | 11101 | 1000001 |
Color Harmonies of #BF9E8B
Complementary color
Monochromatic Colors of #BF9E8B
Black with #BF9E8B
Text Example
Text Example
White with #BF9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9E8B; }
p { color: rgb(191,158,139); }
H1.HeaderClassName
{
color: #BF9E8B;
}
.AnyTagClassName
{
color: #BF9E8B;
}
</style>
background-color css
<style>
a { background-color: #BF9E8B; }
a { background-color: rgb(191,158,139); }
div.DivClassName
{
background-color: #BF9E8B;
}
.BgClassName
{
background-color: #BF9E8B;
}
</style>
border-color css
<style>
span { border-color: #BF9E8B; }
span { border-color: rgb(191,158,139); }
td.TdClassName
{
border-color: #BF9E8B;
}
.TagClassName
{
border-color: #BF9E8B;
}
</style>