#BE5592

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

Shades of Mulberry #BE5592

Tints of Mulberry #BE5592

Color information

#BE5592 (or 0xBE5592) is unknown color: approx Mulberry. HEX triplet: BE, 55 and 92. RGB value is (190,85,146). Sum of RGB (Red+Green+Blue) = 190+85+146=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5592 is #41AA6D. Grayscale: #7B7B7B. Windows color (decimal): -4303470 or 9590206. OLE color: 9590206.

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

Color convert

RGB19085146-
CMYK00.550.230.25
HSL325.14º44.68%53.92%-
HSV(B)325.14º55.26%74.51%-
XYZ29.6719.5229.4-
YUV123.35140.79175.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 85 (33.59% from 255) = 20.19%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=45.13%
G=20.19%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908514600.550.230.25325.1444.6853.92
HexBE559203717191452d36
Octal27612522206727315055566
Binary1011111010101011001001001101111011111001101000101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5592; }

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

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

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

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

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

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

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

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