Shades of Quicksand #BE9990
Tints of Quicksand #BE9990
RGB
CMYK
RGB Variations
Color information
#BE9990 (or 0xBE9990) is known color: Quicksand. HEX triplet: BE, 99 and 90. RGB value is (190,153,144). Sum of RGB (Red+Green+Blue) = 190+153+144=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9990 is #41666F. Grayscale: #A3A3A3. Windows color (decimal): -4286064 or 9476542. OLE color: 9476542.
HSL color Cylindrical-coordinate representation of color #BE9990: hue angle of 11.74º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9990 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 144 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.25 |
| HSL | 11.74º | 0.26% | 0.65% | - |
| HSV(B) | 11.74º | 0.24% | 0.75% | - |
| XYZ | 37.66 | 35.74 | 31.3 | - |
| YUV | 163.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 144 | 0 | 0.19 | 0.24 | 0.25 | 11.74 | 0.26 | 0.65 |
| Hex | BE | 99 | 90 | 0 | 13 | 18 | 19 | C | 1A | 41 |
| Octal | 276 | 231 | 220 | 0 | 23 | 30 | 31 | 14 | 32 | 101 |
| Binary | 10111110 | 10011001 | 10010000 | 0 | 10011 | 11000 | 11001 | 1100 | 11010 | 1000001 |
Color Harmonies of #BE9990
Complementary color
Monochromatic Colors of #BE9990
Black with #BE9990
Text Example
Text Example
White with #BE9990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9990; }
p { color: rgb(190,153,144); }
H1.HeaderClassName
{
color: #BE9990;
}
.AnyTagClassName
{
color: #BE9990;
}
</style>
background-color css
<style>
a { background-color: #BE9990; }
a { background-color: rgb(190,153,144); }
div.DivClassName
{
background-color: #BE9990;
}
.BgClassName
{
background-color: #BE9990;
}
</style>
border-color css
<style>
span { border-color: #BE9990; }
span { border-color: rgb(190,153,144); }
td.TdClassName
{
border-color: #BE9990;
}
.TagClassName
{
border-color: #BE9990;
}
</style>