#BE8187

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

Shades of Charm #BE8187

Tints of Charm #BE8187

Color information

#BE8187 (or 0xBE8187) is unknown color: approx Charm. HEX triplet: BE, 81 and 87. RGB value is (190,129,135). Sum of RGB (Red+Green+Blue) = 190+129+135=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8187 is #417E78. Grayscale: #939393. Windows color (decimal): -4292217 or 8880574. OLE color: 8880574.

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

Color convert

RGB190129135-
CMYK00.320.290.25
HSL354.1º31.94%62.55%-
HSV(B)354.1º32.11%74.51%-
XYZ33.4628.426.64-
YUV147.92120.71158.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=41.85%
G=28.41%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012913500.320.290.25354.131.9462.55
HexBE81870201D19162203f
Octal27620120704035315424077
Binary10111110100000011000011101000001110111001101100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8187; }

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

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

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

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

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

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

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

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