Shades of Quicksand #BE9384
Tints of Quicksand #BE9384
RGB
CMYK
RGB Variations
Color information
#BE9384 (or 0xBE9384) is known color: Quicksand. HEX triplet: BE, 93 and 84. RGB value is (190,147,132). Sum of RGB (Red+Green+Blue) = 190+147+132=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9384 is #416C7B. Grayscale: #9E9E9E. Windows color (decimal): -4287612 or 8688574. OLE color: 8688574.
HSL color Cylindrical-coordinate representation of color #BE9384: hue angle of 15.52º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE9384 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 132 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.25 |
| HSL | 15.52º | 0.31% | 0.63% | - |
| HSV(B) | 15.52º | 0.31% | 0.75% | - |
| XYZ | 35.83 | 33.48 | 26.4 | - |
| YUV | 158.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 132 | 0 | 0.23 | 0.31 | 0.25 | 15.52 | 0.31 | 0.63 |
| Hex | BE | 93 | 84 | 0 | 17 | 1F | 19 | 10 | 1F | 3F |
| Octal | 276 | 223 | 204 | 0 | 27 | 37 | 31 | 20 | 37 | 77 |
| Binary | 10111110 | 10010011 | 10000100 | 0 | 10111 | 11111 | 11001 | 10000 | 11111 | 111111 |
Color Harmonies of #BE9384
Complementary color
Monochromatic Colors of #BE9384
Black with #BE9384
Text Example
Text Example
White with #BE9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9384; }
p { color: rgb(190,147,132); }
H1.HeaderClassName
{
color: #BE9384;
}
.AnyTagClassName
{
color: #BE9384;
}
</style>
background-color css
<style>
a { background-color: #BE9384; }
a { background-color: rgb(190,147,132); }
div.DivClassName
{
background-color: #BE9384;
}
.BgClassName
{
background-color: #BE9384;
}
</style>
border-color css
<style>
span { border-color: #BE9384; }
span { border-color: rgb(190,147,132); }
td.TdClassName
{
border-color: #BE9384;
}
.TagClassName
{
border-color: #BE9384;
}
</style>