#BE488A

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

Shades of Mulberry #BE488A

Tints of Mulberry #BE488A

Color information

#BE488A (or 0xBE488A) is unknown color: approx Mulberry. HEX triplet: BE, 48 and 8A. RGB value is (190,72,138). Sum of RGB (Red+Green+Blue) = 190+72+138=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE488A is #41B775. Grayscale: #727272. Windows color (decimal): -4306806 or 9062590. OLE color: 9062590.

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

Color convert

RGB19072138-
CMYK00.620.270.25
HSL326.44º47.58%51.37%-
HSV(B)326.44º62.11%74.51%-
XYZ28.1417.4225.92-
YUV114.81141.09181.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=47.5%
G=18%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907213800.620.270.25326.4447.5851.37
HexBE488A03E1B191463033
Octal27611021207633315066063
Binary1011111010010001000101001111101101111001101000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE488A; }

 p { color: rgb(190,72,138); }

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

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

 a { background-color: rgb(190,72,138); }

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

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

 span { border-color: rgb(190,72,138); }

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