#BE5287

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

Shades of Mulberry #BE5287

Tints of Mulberry #BE5287

Color information

#BE5287 (or 0xBE5287) is unknown color: approx Mulberry. HEX triplet: BE, 52 and 87. RGB value is (190,82,135). Sum of RGB (Red+Green+Blue) = 190+82+135=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5287 is #41AD78. Grayscale: #787878. Windows color (decimal): -4304249 or 8868542. OLE color: 8868542.

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

Color convert

RGB19082135-
CMYK00.570.290.25
HSL330.56º45.38%53.33%-
HSV(B)330.56º56.84%74.51%-
XYZ28.6318.7325.03-
YUV120.33136.28177.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=46.68%
G=20.15%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908213500.570.290.25330.5645.3853.33
HexBE52870391D1914b2d35
Octal27612220707135315135565
Binary1011111010100101000011101110011110111001101001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5287; }

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

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

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

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

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

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

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

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