#BE528E

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

Shades of Mulberry #BE528E

Tints of Mulberry #BE528E

Color information

#BE528E (or 0xBE528E) is unknown color: approx Mulberry. HEX triplet: BE, 52 and 8E. RGB value is (190,82,142). Sum of RGB (Red+Green+Blue) = 190+82+142=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE528E is #41AD71. Grayscale: #797979. Windows color (decimal): -4304242 or 9327294. OLE color: 9327294.

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

Color convert

RGB19082142-
CMYK00.570.250.25
HSL326.67º45.38%53.33%-
HSV(B)326.67º56.84%74.51%-
XYZ29.1318.9327.71-
YUV121.13139.78177.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=45.89%
G=19.81%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908214200.570.250.25326.6745.3853.33
HexBE528E03919191472d35
Octal27612221607131315075565
Binary1011111010100101000111001110011100111001101000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE528E; }

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

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

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

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

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

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

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

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