#BE5C8C

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

Shades of Mulberry #BE5C8C

Tints of Mulberry #BE5C8C

Color information

#BE5C8C (or 0xBE5C8C) is unknown color: approx Mulberry. HEX triplet: BE, 5C and 8C. RGB value is (190,92,140). Sum of RGB (Red+Green+Blue) = 190+92+140=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5C8C is #41A373. Grayscale: #7E7E7E. Windows color (decimal): -4301684 or 9198782. OLE color: 9198782.

HSL color Cylindrical-coordinate representation of color #BE5C8C: hue angle of 330.61º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5C8C is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19092140-
CMYK00.520.260.25
HSL330.61º42.98%55.29%-
HSV(B)330.61º51.58%74.51%-
XYZ29.820.4927.2-
YUV126.77135.47173.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=45.02%
G=21.80%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909214000.520.260.25330.6142.9855.29
HexBE5C8C0341A1914b2b37
Octal27613421406432315135367
Binary1011111010111001000110001101001101011001101001011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C8C; }

 p { color: rgb(190,92,140); }

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

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

 a { background-color: rgb(190,92,140); }

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

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

 span { border-color: rgb(190,92,140); }

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