Shades of Quicksand #BE9888
Tints of Quicksand #BE9888
RGB
CMYK
RGB Variations
Color information
#BE9888 (or 0xBE9888) is known color: Quicksand. HEX triplet: BE, 98 and 88. RGB value is (190,152,136). Sum of RGB (Red+Green+Blue) = 190+152+136=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9888 is #416777. Grayscale: #A1A1A1. Windows color (decimal): -4286328 or 8951998. OLE color: 8951998.
HSL color Cylindrical-coordinate representation of color #BE9888: hue angle of 17.78º 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 #BE9888 is Cyan = 0, Magento = 0.2, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 136 | - |
| CMYK | 0 | 0.2 | 0.28 | 0.25 |
| HSL | 17.78º | 0.29% | 0.64% | - |
| HSV(B) | 17.78º | 0.28% | 0.75% | - |
| XYZ | 36.91 | 35.18 | 28.14 | - |
| YUV | 161.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 136 | 0 | 0.2 | 0.28 | 0.25 | 17.78 | 0.29 | 0.64 |
| Hex | BE | 98 | 88 | 0 | 14 | 1C | 19 | 12 | 1D | 40 |
| Octal | 276 | 230 | 210 | 0 | 24 | 34 | 31 | 22 | 35 | 100 |
| Binary | 10111110 | 10011000 | 10001000 | 0 | 10100 | 11100 | 11001 | 10010 | 11101 | 1000000 |
Color Harmonies of #BE9888
Complementary color
Monochromatic Colors of #BE9888
Black with #BE9888
Text Example
Text Example
White with #BE9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9888; }
p { color: rgb(190,152,136); }
H1.HeaderClassName
{
color: #BE9888;
}
.AnyTagClassName
{
color: #BE9888;
}
</style>
background-color css
<style>
a { background-color: #BE9888; }
a { background-color: rgb(190,152,136); }
div.DivClassName
{
background-color: #BE9888;
}
.BgClassName
{
background-color: #BE9888;
}
</style>
border-color css
<style>
span { border-color: #BE9888; }
span { border-color: rgb(190,152,136); }
td.TdClassName
{
border-color: #BE9888;
}
.TagClassName
{
border-color: #BE9888;
}
</style>