#B4548A

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

Shades of Mulberry #B4548A

Tints of Mulberry #B4548A

Color information

#B4548A (or 0xB4548A) is unknown color: approx Mulberry. HEX triplet: B4, 54 and 8A. RGB value is (180,84,138). Sum of RGB (Red+Green+Blue) = 180+84+138=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4548A is #4BAB75. Grayscale: #767676. Windows color (decimal): -4959094 or 9065652. OLE color: 9065652.

HSL color Cylindrical-coordinate representation of color #B4548A: hue angle of 326.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4548A is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18084138-
CMYK00.530.230.29
HSL326.25º39.02%51.76%-
HSV(B)326.25º53.33%70.59%-
XYZ26.5817.8826.09-
YUV118.86138.8171.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=44.78%
G=20.90%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808413800.530.230.29326.2539.0251.76
HexB4548A035171D1462734
Octal26412421206527355064764
Binary1011010010101001000101001101011011111101101000110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4548A; }

 p { color: rgb(180,84,138); }

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

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

 a { background-color: rgb(180,84,138); }

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

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

 span { border-color: rgb(180,84,138); }

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