Shades of Quicksand #BE958A
Tints of Quicksand #BE958A
RGB
CMYK
RGB Variations
Color information
#BE958A (or 0xBE958A) is known color: Quicksand. HEX triplet: BE, 95 and 8A. RGB value is (190,149,138). Sum of RGB (Red+Green+Blue) = 190+149+138=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE958A is #416A75. Grayscale: #A0A0A0. Windows color (decimal): -4287094 or 9082302. OLE color: 9082302.
HSL color Cylindrical-coordinate representation of color #BE958A: hue angle of 12.69º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE958A is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 149 | 138 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.25 |
| HSL | 12.69º | 0.29% | 0.64% | - |
| HSV(B) | 12.69º | 0.27% | 0.75% | - |
| XYZ | 36.57 | 34.28 | 28.73 | - |
| YUV | 160.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 138 | 0 | 0.22 | 0.27 | 0.25 | 12.69 | 0.29 | 0.64 |
| Hex | BE | 95 | 8A | 0 | 16 | 1B | 19 | D | 1D | 40 |
| Octal | 276 | 225 | 212 | 0 | 26 | 33 | 31 | 15 | 35 | 100 |
| Binary | 10111110 | 10010101 | 10001010 | 0 | 10110 | 11011 | 11001 | 1101 | 11101 | 1000000 |
Color Harmonies of #BE958A
Complementary color
Monochromatic Colors of #BE958A
Black with #BE958A
Text Example
Text Example
White with #BE958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE958A; }
p { color: rgb(190,149,138); }
H1.HeaderClassName
{
color: #BE958A;
}
.AnyTagClassName
{
color: #BE958A;
}
</style>
background-color css
<style>
a { background-color: #BE958A; }
a { background-color: rgb(190,149,138); }
div.DivClassName
{
background-color: #BE958A;
}
.BgClassName
{
background-color: #BE958A;
}
</style>
border-color css
<style>
span { border-color: #BE958A; }
span { border-color: rgb(190,149,138); }
td.TdClassName
{
border-color: #BE958A;
}
.TagClassName
{
border-color: #BE958A;
}
</style>