Shades of Charm #BE8284
Tints of Charm #BE8284
RGB
CMYK
RGB Variations
Color information
#BE8284 (or 0xBE8284) is known color: Charm. HEX triplet: BE, 82 and 84. RGB value is (190,130,132). Sum of RGB (Red+Green+Blue) = 190+130+132=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8284 is #417D7B. Grayscale: #949494. Windows color (decimal): -4291964 or 8684222. OLE color: 8684222.
HSL color Cylindrical-coordinate representation of color #BE8284: hue angle of 358º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8284 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 132 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.25 |
| HSL | 358º | 0.32% | 0.63% | - |
| HSV(B) | 358º | 0.32% | 0.75% | - |
| XYZ | 33.38 | 28.58 | 25.59 | - |
| YUV | 148.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 132 | 0 | 0.32 | 0.31 | 0.25 | 358 | 0.32 | 0.63 |
| Hex | BE | 82 | 84 | 0 | 20 | 1F | 19 | 166 | 20 | 3F |
| Octal | 276 | 202 | 204 | 0 | 40 | 37 | 31 | 546 | 40 | 77 |
| Binary | 10111110 | 10000010 | 10000100 | 0 | 100000 | 11111 | 11001 | 101100110 | 100000 | 111111 |
Color Harmonies of #BE8284
Complementary color
Monochromatic Colors of #BE8284
Black with #BE8284
Text Example
Text Example
White with #BE8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8284; }
p { color: rgb(190,130,132); }
H1.HeaderClassName
{
color: #BE8284;
}
.AnyTagClassName
{
color: #BE8284;
}
</style>
background-color css
<style>
a { background-color: #BE8284; }
a { background-color: rgb(190,130,132); }
div.DivClassName
{
background-color: #BE8284;
}
.BgClassName
{
background-color: #BE8284;
}
</style>
border-color css
<style>
span { border-color: #BE8284; }
span { border-color: rgb(190,130,132); }
td.TdClassName
{
border-color: #BE8284;
}
.TagClassName
{
border-color: #BE8284;
}
</style>