Shades of Quicksand #BE968C
Tints of Quicksand #BE968C
RGB
CMYK
RGB Variations
Color information
#BE968C (or 0xBE968C) is known color: Quicksand. HEX triplet: BE, 96 and 8C. RGB value is (190,150,140). Sum of RGB (Red+Green+Blue) = 190+150+140=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE968C is #416973. Grayscale: #A0A0A0. Windows color (decimal): -4286836 or 9213630. OLE color: 9213630.
HSL color Cylindrical-coordinate representation of color #BE968C: hue angle of 12º degrees, saturation: 0.28, 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 #BE968C is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 140 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.25 |
| HSL | 12º | 0.28% | 0.65% | - |
| HSV(B) | 12º | 0.26% | 0.75% | - |
| XYZ | 36.88 | 34.65 | 29.56 | - |
| YUV | 160.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 140 | 0 | 0.21 | 0.26 | 0.25 | 12 | 0.28 | 0.65 |
| Hex | BE | 96 | 8C | 0 | 15 | 1A | 19 | C | 1C | 41 |
| Octal | 276 | 226 | 214 | 0 | 25 | 32 | 31 | 14 | 34 | 101 |
| Binary | 10111110 | 10010110 | 10001100 | 0 | 10101 | 11010 | 11001 | 1100 | 11100 | 1000001 |
Color Harmonies of #BE968C
Complementary color
Monochromatic Colors of #BE968C
Black with #BE968C
Text Example
Text Example
White with #BE968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE968C; }
p { color: rgb(190,150,140); }
H1.HeaderClassName
{
color: #BE968C;
}
.AnyTagClassName
{
color: #BE968C;
}
</style>
background-color css
<style>
a { background-color: #BE968C; }
a { background-color: rgb(190,150,140); }
div.DivClassName
{
background-color: #BE968C;
}
.BgClassName
{
background-color: #BE968C;
}
</style>
border-color css
<style>
span { border-color: #BE968C; }
span { border-color: rgb(190,150,140); }
td.TdClassName
{
border-color: #BE968C;
}
.TagClassName
{
border-color: #BE968C;
}
</style>