#BE5596

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

Shades of Mulberry #BE5596

Tints of Mulberry #BE5596

Color information

#BE5596 (or 0xBE5596) is unknown color: approx Mulberry. HEX triplet: BE, 55 and 96. RGB value is (190,85,150). Sum of RGB (Red+Green+Blue) = 190+85+150=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5596 is #41AA69. Grayscale: #7B7B7B. Windows color (decimal): -4303466 or 9852350. OLE color: 9852350.

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

Color convert

RGB19085150-
CMYK00.550.210.25
HSL322.86º44.68%53.92%-
HSV(B)322.86º55.26%74.51%-
XYZ29.9919.6531.07-
YUV123.8142.79175.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=44.71%
G=20%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908515000.550.210.25322.8644.6853.92
HexBE559603715191432d36
Octal27612522606725315035566
Binary1011111010101011001011001101111010111001101000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5596; }

 p { color: rgb(190,85,150); }

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

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

 a { background-color: rgb(190,85,150); }

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

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

 span { border-color: rgb(190,85,150); }

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