#BE8182

Color #BE8182 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #BE8182

Tints of Charm #BE8182

Color information

#BE8182 (or 0xBE8182) is unknown color: approx Charm. HEX triplet: BE, 81 and 82. RGB value is (190,129,130). Sum of RGB (Red+Green+Blue) = 190+129+130=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8182 is #417E7D. Grayscale: #939393. Windows color (decimal): -4292222 or 8552894. OLE color: 8552894.

HSL color Cylindrical-coordinate representation of color #BE8182: hue angle of 359.02º 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 #BE8182 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB190129130-
CMYK00.320.320.25
HSL359.02º31.94%62.55%-
HSV(B)359.02º32.11%74.51%-
XYZ33.1128.2624.83-
YUV147.35118.21158.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=42.32%
G=28.73%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012913000.320.320.25359.0231.9462.55
HexBE81820202019167203f
Octal27620120204040315474077
Binary101111101000000110000010010000010000011001101100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8182; }

 p { color: rgb(190,129,130); }

 H1.HeaderClassName
 {
   color: #BE8182;
 }
 .AnyTagClassName
 {
   color: #BE8182;
 }
</style>
background-color css

<style>
 a { background-color: #BE8182; }

 a { background-color: rgb(190,129,130); }

 div.DivClassName
 {
   background-color: #BE8182;
 }
 .BgClassName
 {
   background-color: #BE8182;
 }
</style>
border-color css

<style>
 span { border-color: #BE8182; }

 span { border-color: rgb(190,129,130); }

 td.TdClassName
 {
   border-color: #BE8182;
 }
 .TagClassName
 {
   border-color: #BE8182;
 }
</style>