Shades of Quicksand #BE9892
Tints of Quicksand #BE9892
RGB
CMYK
RGB Variations
Color information
#BE9892 (or 0xBE9892) is known color: Quicksand. HEX triplet: BE, 98 and 92. RGB value is (190,152,146). Sum of RGB (Red+Green+Blue) = 190+152+146=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9892 is #41676D. Grayscale: #A2A2A2. Windows color (decimal): -4286318 or 9607358. OLE color: 9607358.
HSL color Cylindrical-coordinate representation of color #BE9892: hue angle of 8.18º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9892 is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 146 | - |
| CMYK | 0 | 0.2 | 0.23 | 0.25 |
| HSL | 8.18º | 0.25% | 0.66% | - |
| HSV(B) | 8.18º | 0.23% | 0.75% | - |
| XYZ | 37.65 | 35.48 | 32.06 | - |
| YUV | 162.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 146 | 0 | 0.2 | 0.23 | 0.25 | 8.18 | 0.25 | 0.66 |
| Hex | BE | 98 | 92 | 0 | 14 | 17 | 19 | 8 | 19 | 42 |
| Octal | 276 | 230 | 222 | 0 | 24 | 27 | 31 | 10 | 31 | 102 |
| Binary | 10111110 | 10011000 | 10010010 | 0 | 10100 | 10111 | 11001 | 1000 | 11001 | 1000010 |
Color Harmonies of #BE9892
Complementary color
Monochromatic Colors of #BE9892
Black with #BE9892
Text Example
Text Example
White with #BE9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9892; }
p { color: rgb(190,152,146); }
H1.HeaderClassName
{
color: #BE9892;
}
.AnyTagClassName
{
color: #BE9892;
}
</style>
background-color css
<style>
a { background-color: #BE9892; }
a { background-color: rgb(190,152,146); }
div.DivClassName
{
background-color: #BE9892;
}
.BgClassName
{
background-color: #BE9892;
}
</style>
border-color css
<style>
span { border-color: #BE9892; }
span { border-color: rgb(190,152,146); }
td.TdClassName
{
border-color: #BE9892;
}
.TagClassName
{
border-color: #BE9892;
}
</style>