#B54A86

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

Shades of Mulberry #B54A86

Tints of Mulberry #B54A86

Color information

#B54A86 (or 0xB54A86) is unknown color: approx Mulberry. HEX triplet: B5, 4A and 86. RGB value is (181,74,134). Sum of RGB (Red+Green+Blue) = 181+74+134=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54A86 is #4AB579. Grayscale: #707070. Windows color (decimal): -4896122 or 8800949. OLE color: 8800949.

HSL color Cylindrical-coordinate representation of color #B54A86: hue angle of 326.36º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A86 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18174134-
CMYK00.590.260.29
HSL326.36º41.96%50%-
HSV(B)326.36º59.12%70.98%-
XYZ25.8116.4424.37-
YUV112.83139.95176.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=46.53%
G=19.02%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817413400.590.260.29326.3641.9650
HexB54A8603B1A1D1462a32
Octal26511220607332355065262
Binary1011010110010101000011001110111101011101101000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A86; }

 p { color: rgb(181,74,134); }

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

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

 a { background-color: rgb(181,74,134); }

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

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

 span { border-color: rgb(181,74,134); }

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