#BE488B

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

Shades of Mulberry #BE488B

Tints of Mulberry #BE488B

Color information

#BE488B (or 0xBE488B) is unknown color: approx Mulberry. HEX triplet: BE, 48 and 8B. RGB value is (190,72,139). Sum of RGB (Red+Green+Blue) = 190+72+139=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE488B is #41B774. Grayscale: #727272. Windows color (decimal): -4306805 or 9128126. OLE color: 9128126.

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

Color convert

RGB19072139-
CMYK00.620.270.25
HSL325.93º47.58%51.37%-
HSV(B)325.93º62.11%74.51%-
XYZ28.2117.4526.31-
YUV114.92141.59181.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=47.38%
G=17.96%
B=34.66%

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
Decimal1907213900.620.270.25325.9347.5851.37
HexBE488B03E1B191463033
Octal27611021307633315066063
Binary1011111010010001000101101111101101111001101000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE488B; }

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

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

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

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

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

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

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

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