Shades of Quicksand #BE958D
Tints of Quicksand #BE958D
RGB
CMYK
RGB Variations
Color information
#BE958D (or 0xBE958D) is known color: Quicksand. HEX triplet: BE, 95 and 8D. RGB value is (190,149,141). Sum of RGB (Red+Green+Blue) = 190+149+141=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE958D is #416A72. Grayscale: #A0A0A0. Windows color (decimal): -4287091 or 9278910. OLE color: 9278910.
HSL color Cylindrical-coordinate representation of color #BE958D: hue angle of 9.8º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE958D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 149 | 141 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.25 |
| HSL | 9.8º | 0.27% | 0.65% | - |
| HSV(B) | 9.8º | 0.26% | 0.75% | - |
| XYZ | 36.79 | 34.37 | 29.89 | - |
| YUV | 160.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 141 | 0 | 0.22 | 0.26 | 0.25 | 9.8 | 0.27 | 0.65 |
| Hex | BE | 95 | 8D | 0 | 16 | 1A | 19 | A | 1B | 41 |
| Octal | 276 | 225 | 215 | 0 | 26 | 32 | 31 | 12 | 33 | 101 |
| Binary | 10111110 | 10010101 | 10001101 | 0 | 10110 | 11010 | 11001 | 1010 | 11011 | 1000001 |
Color Harmonies of #BE958D
Complementary color
Monochromatic Colors of #BE958D
Black with #BE958D
Text Example
Text Example
White with #BE958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE958D; }
p { color: rgb(190,149,141); }
H1.HeaderClassName
{
color: #BE958D;
}
.AnyTagClassName
{
color: #BE958D;
}
</style>
background-color css
<style>
a { background-color: #BE958D; }
a { background-color: rgb(190,149,141); }
div.DivClassName
{
background-color: #BE958D;
}
.BgClassName
{
background-color: #BE958D;
}
</style>
border-color css
<style>
span { border-color: #BE958D; }
span { border-color: rgb(190,149,141); }
td.TdClassName
{
border-color: #BE958D;
}
.TagClassName
{
border-color: #BE958D;
}
</style>