#BE8189

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

Shades of Charm #BE8189

Tints of Charm #BE8189

Color information

#BE8189 (or 0xBE8189) is unknown color: approx Charm. HEX triplet: BE, 81 and 89. RGB value is (190,129,137). Sum of RGB (Red+Green+Blue) = 190+129+137=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8189 is #417E76. Grayscale: #949494. Windows color (decimal): -4292215 or 9011646. OLE color: 9011646.

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

Color convert

RGB190129137-
CMYK00.320.280.25
HSL352.13º31.94%62.55%-
HSV(B)352.13º32.11%74.51%-
XYZ33.628.4527.39-
YUV148.15121.71157.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 137 (53.91% from 255) = 30.04%
R=41.67%
G=28.29%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012913700.320.280.25352.1331.9462.55
HexBE81890201C19160203f
Octal27620121104034315404077
Binary10111110100000011000100101000001110011001101100000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8189; }

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

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

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

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

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

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

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

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