#BE559A

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

Shades of Mulberry #BE559A

Tints of Mulberry #BE559A

Color information

#BE559A (or 0xBE559A) is unknown color: approx Mulberry. HEX triplet: BE, 55 and 9A. RGB value is (190,85,154). Sum of RGB (Red+Green+Blue) = 190+85+154=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE559A is #41AA65. Grayscale: #7C7C7C. Windows color (decimal): -4303462 or 10114494. OLE color: 10114494.

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

Color convert

RGB19085154-
CMYK00.550.190.25
HSL320.57º44.68%53.92%-
HSV(B)320.57º55.26%74.51%-
XYZ30.3219.7832.79-
YUV124.26144.79174.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=44.29%
G=19.81%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908515400.550.190.25320.5744.6853.92
HexBE559A03713191412d36
Octal27612523206723315015566
Binary1011111010101011001101001101111001111001101000001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE559A; }

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

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

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

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

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

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

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

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