Shades of Quicksand #BE998C
Tints of Quicksand #BE998C
RGB
CMYK
RGB Variations
Color information
#BE998C (or 0xBE998C) is known color: Quicksand. HEX triplet: BE, 99 and 8C. RGB value is (190,153,140). Sum of RGB (Red+Green+Blue) = 190+153+140=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE998C is #416673. Grayscale: #A2A2A2. Windows color (decimal): -4286068 or 9214398. OLE color: 9214398.
HSL color Cylindrical-coordinate representation of color #BE998C: hue angle of 15.6º 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 #BE998C is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 140 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.25 |
| HSL | 15.6º | 0.28% | 0.65% | - |
| HSV(B) | 15.6º | 0.26% | 0.75% | - |
| XYZ | 37.36 | 35.62 | 29.72 | - |
| YUV | 162.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 140 | 0 | 0.19 | 0.26 | 0.25 | 15.6 | 0.28 | 0.65 |
| Hex | BE | 99 | 8C | 0 | 13 | 1A | 19 | 10 | 1C | 41 |
| Octal | 276 | 231 | 214 | 0 | 23 | 32 | 31 | 20 | 34 | 101 |
| Binary | 10111110 | 10011001 | 10001100 | 0 | 10011 | 11010 | 11001 | 10000 | 11100 | 1000001 |
Color Harmonies of #BE998C
Complementary color
Monochromatic Colors of #BE998C
Black with #BE998C
Text Example
Text Example
White with #BE998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE998C; }
p { color: rgb(190,153,140); }
H1.HeaderClassName
{
color: #BE998C;
}
.AnyTagClassName
{
color: #BE998C;
}
</style>
background-color css
<style>
a { background-color: #BE998C; }
a { background-color: rgb(190,153,140); }
div.DivClassName
{
background-color: #BE998C;
}
.BgClassName
{
background-color: #BE998C;
}
</style>
border-color css
<style>
span { border-color: #BE998C; }
span { border-color: rgb(190,153,140); }
td.TdClassName
{
border-color: #BE998C;
}
.TagClassName
{
border-color: #BE998C;
}
</style>