Shades of Quicksand #BE9389
Tints of Quicksand #BE9389
RGB
CMYK
RGB Variations
Color information
#BE9389 (or 0xBE9389) is known color: Quicksand. HEX triplet: BE, 93 and 89. RGB value is (190,147,137). Sum of RGB (Red+Green+Blue) = 190+147+137=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9389 is #416C76. Grayscale: #9E9E9E. Windows color (decimal): -4287607 or 9016254. OLE color: 9016254.
HSL color Cylindrical-coordinate representation of color #BE9389: hue angle of 11.32º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9389 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 137 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.25 |
| HSL | 11.32º | 0.29% | 0.64% | - |
| HSV(B) | 11.32º | 0.28% | 0.75% | - |
| XYZ | 36.18 | 33.62 | 28.25 | - |
| YUV | 158.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 137 | 0 | 0.23 | 0.28 | 0.25 | 11.32 | 0.29 | 0.64 |
| Hex | BE | 93 | 89 | 0 | 17 | 1C | 19 | B | 1D | 40 |
| Octal | 276 | 223 | 211 | 0 | 27 | 34 | 31 | 13 | 35 | 100 |
| Binary | 10111110 | 10010011 | 10001001 | 0 | 10111 | 11100 | 11001 | 1011 | 11101 | 1000000 |
Color Harmonies of #BE9389
Complementary color
Monochromatic Colors of #BE9389
Black with #BE9389
Text Example
Text Example
White with #BE9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9389; }
p { color: rgb(190,147,137); }
H1.HeaderClassName
{
color: #BE9389;
}
.AnyTagClassName
{
color: #BE9389;
}
</style>
background-color css
<style>
a { background-color: #BE9389; }
a { background-color: rgb(190,147,137); }
div.DivClassName
{
background-color: #BE9389;
}
.BgClassName
{
background-color: #BE9389;
}
</style>
border-color css
<style>
span { border-color: #BE9389; }
span { border-color: rgb(190,147,137); }
td.TdClassName
{
border-color: #BE9389;
}
.TagClassName
{
border-color: #BE9389;
}
</style>