Shades of Quicksand #BE9E93
Tints of Quicksand #BE9E93
RGB
CMYK
RGB Variations
Color information
#BE9E93 (or 0xBE9E93) is known color: Quicksand. HEX triplet: BE, 9E and 93. RGB value is (190,158,147). Sum of RGB (Red+Green+Blue) = 190+158+147=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E93 is #41616C. Grayscale: #A6A6A6. Windows color (decimal): -4284781 or 9674430. OLE color: 9674430.
HSL color Cylindrical-coordinate representation of color #BE9E93: hue angle of 15.35º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9E93 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 147 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.25 |
| HSL | 15.35º | 0.25% | 0.66% | - |
| HSV(B) | 15.35º | 0.23% | 0.75% | - |
| XYZ | 38.73 | 37.51 | 32.8 | - |
| YUV | 166.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 147 | 0 | 0.17 | 0.23 | 0.25 | 15.35 | 0.25 | 0.66 |
| Hex | BE | 9E | 93 | 0 | 11 | 17 | 19 | F | 19 | 42 |
| Octal | 276 | 236 | 223 | 0 | 21 | 27 | 31 | 17 | 31 | 102 |
| Binary | 10111110 | 10011110 | 10010011 | 0 | 10001 | 10111 | 11001 | 1111 | 11001 | 1000010 |
Color Harmonies of #BE9E93
Complementary color
Monochromatic Colors of #BE9E93
Black with #BE9E93
Text Example
Text Example
White with #BE9E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9E93; }
p { color: rgb(190,158,147); }
H1.HeaderClassName
{
color: #BE9E93;
}
.AnyTagClassName
{
color: #BE9E93;
}
</style>
background-color css
<style>
a { background-color: #BE9E93; }
a { background-color: rgb(190,158,147); }
div.DivClassName
{
background-color: #BE9E93;
}
.BgClassName
{
background-color: #BE9E93;
}
</style>
border-color css
<style>
span { border-color: #BE9E93; }
span { border-color: rgb(190,158,147); }
td.TdClassName
{
border-color: #BE9E93;
}
.TagClassName
{
border-color: #BE9E93;
}
</style>