Shades of Quicksand #BF968B
Tints of Quicksand #BF968B
RGB
CMYK
RGB Variations
Color information
#BF968B (or 0xBF968B) is known color: Quicksand. HEX triplet: BF, 96 and 8B. RGB value is (191,150,139). Sum of RGB (Red+Green+Blue) = 191+150+139=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF968B is #406974. Grayscale: #A1A1A1. Windows color (decimal): -4221301 or 9148095. OLE color: 9148095.
HSL color Cylindrical-coordinate representation of color #BF968B: hue angle of 12.69º 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 #BF968B is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 150 | 139 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.25 |
| HSL | 12.69º | 0.29% | 0.65% | - |
| HSV(B) | 12.69º | 0.27% | 0.75% | - |
| XYZ | 37.05 | 34.75 | 29.18 | - |
| YUV | 161.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 139 | 0 | 0.21 | 0.27 | 0.25 | 12.69 | 0.29 | 0.65 |
| Hex | BF | 96 | 8B | 0 | 15 | 1B | 19 | D | 1D | 41 |
| Octal | 277 | 226 | 213 | 0 | 25 | 33 | 31 | 15 | 35 | 101 |
| Binary | 10111111 | 10010110 | 10001011 | 0 | 10101 | 11011 | 11001 | 1101 | 11101 | 1000001 |
Color Harmonies of #BF968B
Complementary color
Monochromatic Colors of #BF968B
Black with #BF968B
Text Example
Text Example
White with #BF968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF968B; }
p { color: rgb(191,150,139); }
H1.HeaderClassName
{
color: #BF968B;
}
.AnyTagClassName
{
color: #BF968B;
}
</style>
background-color css
<style>
a { background-color: #BF968B; }
a { background-color: rgb(191,150,139); }
div.DivClassName
{
background-color: #BF968B;
}
.BgClassName
{
background-color: #BF968B;
}
</style>
border-color css
<style>
span { border-color: #BF968B; }
span { border-color: rgb(191,150,139); }
td.TdClassName
{
border-color: #BF968B;
}
.TagClassName
{
border-color: #BF968B;
}
</style>