Shades of Quicksand #BE9584
Tints of Quicksand #BE9584
RGB
CMYK
RGB Variations
Color information
#BE9584 (or 0xBE9584) is known color: Quicksand. HEX triplet: BE, 95 and 84. RGB value is (190,149,132). Sum of RGB (Red+Green+Blue) = 190+149+132=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9584 is #416A7B. Grayscale: #9F9F9F. Windows color (decimal): -4287100 or 8689086. OLE color: 8689086.
HSL color Cylindrical-coordinate representation of color #BE9584: hue angle of 17.59º 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 #BE9584 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 149 | 132 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.25 |
| HSL | 17.59º | 0.31% | 0.63% | - |
| HSV(B) | 17.59º | 0.31% | 0.75% | - |
| XYZ | 36.15 | 34.11 | 26.51 | - |
| YUV | 159.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 132 | 0 | 0.22 | 0.31 | 0.25 | 17.59 | 0.31 | 0.63 |
| Hex | BE | 95 | 84 | 0 | 16 | 1F | 19 | 12 | 1F | 3F |
| Octal | 276 | 225 | 204 | 0 | 26 | 37 | 31 | 22 | 37 | 77 |
| Binary | 10111110 | 10010101 | 10000100 | 0 | 10110 | 11111 | 11001 | 10010 | 11111 | 111111 |
Color Harmonies of #BE9584
Complementary color
Monochromatic Colors of #BE9584
Black with #BE9584
Text Example
Text Example
White with #BE9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9584; }
p { color: rgb(190,149,132); }
H1.HeaderClassName
{
color: #BE9584;
}
.AnyTagClassName
{
color: #BE9584;
}
</style>
background-color css
<style>
a { background-color: #BE9584; }
a { background-color: rgb(190,149,132); }
div.DivClassName
{
background-color: #BE9584;
}
.BgClassName
{
background-color: #BE9584;
}
</style>
border-color css
<style>
span { border-color: #BE9584; }
span { border-color: rgb(190,149,132); }
td.TdClassName
{
border-color: #BE9584;
}
.TagClassName
{
border-color: #BE9584;
}
</style>