Shades of Quicksand #BF958B
Tints of Quicksand #BF958B
RGB
CMYK
RGB Variations
Color information
#BF958B (or 0xBF958B) is known color: Quicksand. HEX triplet: BF, 95 and 8B. RGB value is (191,149,139). Sum of RGB (Red+Green+Blue) = 191+149+139=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF958B is #406A74. Grayscale: #A0A0A0. Windows color (decimal): -4221557 or 9147839. OLE color: 9147839.
HSL color Cylindrical-coordinate representation of color #BF958B: hue angle of 11.54º 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 #BF958B is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 139 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.25 |
| HSL | 11.54º | 0.29% | 0.65% | - |
| HSV(B) | 11.54º | 0.27% | 0.75% | - |
| XYZ | 36.89 | 34.44 | 29.13 | - |
| YUV | 160.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 139 | 0 | 0.22 | 0.27 | 0.25 | 11.54 | 0.29 | 0.65 |
| Hex | BF | 95 | 8B | 0 | 16 | 1B | 19 | C | 1D | 41 |
| Octal | 277 | 225 | 213 | 0 | 26 | 33 | 31 | 14 | 35 | 101 |
| Binary | 10111111 | 10010101 | 10001011 | 0 | 10110 | 11011 | 11001 | 1100 | 11101 | 1000001 |
Color Harmonies of #BF958B
Complementary color
Monochromatic Colors of #BF958B
Black with #BF958B
Text Example
Text Example
White with #BF958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF958B; }
p { color: rgb(191,149,139); }
H1.HeaderClassName
{
color: #BF958B;
}
.AnyTagClassName
{
color: #BF958B;
}
</style>
background-color css
<style>
a { background-color: #BF958B; }
a { background-color: rgb(191,149,139); }
div.DivClassName
{
background-color: #BF958B;
}
.BgClassName
{
background-color: #BF958B;
}
</style>
border-color css
<style>
span { border-color: #BF958B; }
span { border-color: rgb(191,149,139); }
td.TdClassName
{
border-color: #BF958B;
}
.TagClassName
{
border-color: #BF958B;
}
</style>