Shades of Quicksand #BE9A93
Tints of Quicksand #BE9A93
RGB
CMYK
RGB Variations
Color information
#BE9A93 (or 0xBE9A93) is known color: Quicksand. HEX triplet: BE, 9A and 93. RGB value is (190,154,147). Sum of RGB (Red+Green+Blue) = 190+154+147=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A93 is #41656C. Grayscale: #A4A4A4. Windows color (decimal): -4285805 or 9673406. OLE color: 9673406.
HSL color Cylindrical-coordinate representation of color #BE9A93: hue angle of 9.77º 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 #BE9A93 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 147 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.25 |
| HSL | 9.77º | 0.25% | 0.66% | - |
| HSV(B) | 9.77º | 0.23% | 0.75% | - |
| XYZ | 38.06 | 36.16 | 32.58 | - |
| YUV | 163.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 147 | 0 | 0.19 | 0.23 | 0.25 | 9.77 | 0.25 | 0.66 |
| Hex | BE | 9A | 93 | 0 | 13 | 17 | 19 | A | 19 | 42 |
| Octal | 276 | 232 | 223 | 0 | 23 | 27 | 31 | 12 | 31 | 102 |
| Binary | 10111110 | 10011010 | 10010011 | 0 | 10011 | 10111 | 11001 | 1010 | 11001 | 1000010 |
Color Harmonies of #BE9A93
Complementary color
Monochromatic Colors of #BE9A93
Black with #BE9A93
Text Example
Text Example
White with #BE9A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A93; }
p { color: rgb(190,154,147); }
H1.HeaderClassName
{
color: #BE9A93;
}
.AnyTagClassName
{
color: #BE9A93;
}
</style>
background-color css
<style>
a { background-color: #BE9A93; }
a { background-color: rgb(190,154,147); }
div.DivClassName
{
background-color: #BE9A93;
}
.BgClassName
{
background-color: #BE9A93;
}
</style>
border-color css
<style>
span { border-color: #BE9A93; }
span { border-color: rgb(190,154,147); }
td.TdClassName
{
border-color: #BE9A93;
}
.TagClassName
{
border-color: #BE9A93;
}
</style>