Shades of Quicksand #BE9987
Tints of Quicksand #BE9987
RGB
CMYK
RGB Variations
Color information
#BE9987 (or 0xBE9987) is known color: Quicksand. HEX triplet: BE, 99 and 87. RGB value is (190,153,135). Sum of RGB (Red+Green+Blue) = 190+153+135=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9987 is #416678. Grayscale: #A2A2A2. Windows color (decimal): -4286073 or 8886718. OLE color: 8886718.
HSL color Cylindrical-coordinate representation of color #BE9987: hue angle of 19.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9987 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 135 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.25 |
| HSL | 19.64º | 0.3% | 0.64% | - |
| HSV(B) | 19.64º | 0.29% | 0.75% | - |
| XYZ | 37 | 35.48 | 27.82 | - |
| YUV | 162.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 135 | 0 | 0.19 | 0.29 | 0.25 | 19.64 | 0.3 | 0.64 |
| Hex | BE | 99 | 87 | 0 | 13 | 1D | 19 | 14 | 1E | 40 |
| Octal | 276 | 231 | 207 | 0 | 23 | 35 | 31 | 24 | 36 | 100 |
| Binary | 10111110 | 10011001 | 10000111 | 0 | 10011 | 11101 | 11001 | 10100 | 11110 | 1000000 |
Color Harmonies of #BE9987
Complementary color
Monochromatic Colors of #BE9987
Black with #BE9987
Text Example
Text Example
White with #BE9987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9987; }
p { color: rgb(190,153,135); }
H1.HeaderClassName
{
color: #BE9987;
}
.AnyTagClassName
{
color: #BE9987;
}
</style>
background-color css
<style>
a { background-color: #BE9987; }
a { background-color: rgb(190,153,135); }
div.DivClassName
{
background-color: #BE9987;
}
.BgClassName
{
background-color: #BE9987;
}
</style>
border-color css
<style>
span { border-color: #BE9987; }
span { border-color: rgb(190,153,135); }
td.TdClassName
{
border-color: #BE9987;
}
.TagClassName
{
border-color: #BE9987;
}
</style>