#BE518B

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

Shades of Mulberry #BE518B

Tints of Mulberry #BE518B

Color information

#BE518B (or 0xBE518B) is unknown color: approx Mulberry. HEX triplet: BE, 51 and 8B. RGB value is (190,81,139). Sum of RGB (Red+Green+Blue) = 190+81+139=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE518B is #41AE74. Grayscale: #787878. Windows color (decimal): -4304501 or 9130430. OLE color: 9130430.

HSL color Cylindrical-coordinate representation of color #BE518B: hue angle of 328.07º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE518B is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19081139-
CMYK00.570.270.25
HSL328.07º45.61%53.14%-
HSV(B)328.07º57.37%74.51%-
XYZ28.8418.726.51-
YUV120.2138.61177.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=46.34%
G=19.76%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908113900.570.270.25328.0745.6153.14
HexBE518B0391B191482e35
Octal27612121307133315105665
Binary1011111010100011000101101110011101111001101001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE518B; }

 p { color: rgb(190,81,139); }

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

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

 a { background-color: rgb(190,81,139); }

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

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

 span { border-color: rgb(190,81,139); }

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