Shades of Quicksand #BE9686
Tints of Quicksand #BE9686
RGB
CMYK
RGB Variations
Color information
#BE9686 (or 0xBE9686) is known color: Quicksand. HEX triplet: BE, 96 and 86. RGB value is (190,150,134). Sum of RGB (Red+Green+Blue) = 190+150+134=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9686 is #416979. Grayscale: #A0A0A0. Windows color (decimal): -4286842 or 8820414. OLE color: 8820414.
HSL color Cylindrical-coordinate representation of color #BE9686: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9686 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 134 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.25 |
| HSL | 17.14º | 0.3% | 0.64% | - |
| HSV(B) | 17.14º | 0.29% | 0.75% | - |
| XYZ | 36.44 | 34.48 | 27.29 | - |
| YUV | 160.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 134 | 0 | 0.21 | 0.29 | 0.25 | 17.14 | 0.3 | 0.64 |
| Hex | BE | 96 | 86 | 0 | 15 | 1D | 19 | 11 | 1E | 40 |
| Octal | 276 | 226 | 206 | 0 | 25 | 35 | 31 | 21 | 36 | 100 |
| Binary | 10111110 | 10010110 | 10000110 | 0 | 10101 | 11101 | 11001 | 10001 | 11110 | 1000000 |
Color Harmonies of #BE9686
Complementary color
Monochromatic Colors of #BE9686
Black with #BE9686
Text Example
Text Example
White with #BE9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9686; }
p { color: rgb(190,150,134); }
H1.HeaderClassName
{
color: #BE9686;
}
.AnyTagClassName
{
color: #BE9686;
}
</style>
background-color css
<style>
a { background-color: #BE9686; }
a { background-color: rgb(190,150,134); }
div.DivClassName
{
background-color: #BE9686;
}
.BgClassName
{
background-color: #BE9686;
}
</style>
border-color css
<style>
span { border-color: #BE9686; }
span { border-color: rgb(190,150,134); }
td.TdClassName
{
border-color: #BE9686;
}
.TagClassName
{
border-color: #BE9686;
}
</style>