Shades of Charm #BE8088
Tints of Charm #BE8088
RGB
CMYK
RGB Variations
Color information
#BE8088 (or 0xBE8088) is known color: Charm. HEX triplet: BE, 80 and 88. RGB value is (190,128,136). Sum of RGB (Red+Green+Blue) = 190+128+136=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8088 is #417F77. Grayscale: #939393. Windows color (decimal): -4292472 or 8945854. OLE color: 8945854.
HSL color Cylindrical-coordinate representation of color #BE8088: hue angle of 352.26º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8088 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 136 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.25 |
| HSL | 352.26º | 0.32% | 0.62% | - |
| HSV(B) | 352.26º | 0.33% | 0.75% | - |
| XYZ | 33.4 | 28.16 | 26.97 | - |
| YUV | 147.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 136 | 0 | 0.33 | 0.28 | 0.25 | 352.26 | 0.32 | 0.62 |
| Hex | BE | 80 | 88 | 0 | 21 | 1C | 19 | 160 | 20 | 3E |
| Octal | 276 | 200 | 210 | 0 | 41 | 34 | 31 | 540 | 40 | 76 |
| Binary | 10111110 | 10000000 | 10001000 | 0 | 100001 | 11100 | 11001 | 101100000 | 100000 | 111110 |
Color Harmonies of #BE8088
Complementary color
Monochromatic Colors of #BE8088
Black with #BE8088
Text Example
Text Example
White with #BE8088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8088; }
p { color: rgb(190,128,136); }
H1.HeaderClassName
{
color: #BE8088;
}
.AnyTagClassName
{
color: #BE8088;
}
</style>
background-color css
<style>
a { background-color: #BE8088; }
a { background-color: rgb(190,128,136); }
div.DivClassName
{
background-color: #BE8088;
}
.BgClassName
{
background-color: #BE8088;
}
</style>
border-color css
<style>
span { border-color: #BE8088; }
span { border-color: rgb(190,128,136); }
td.TdClassName
{
border-color: #BE8088;
}
.TagClassName
{
border-color: #BE8088;
}
</style>