#B4548B

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

Shades of Mulberry #B4548B

Tints of Mulberry #B4548B

Color information

#B4548B (or 0xB4548B) is unknown color: approx Mulberry. HEX triplet: B4, 54 and 8B. RGB value is (180,84,139). Sum of RGB (Red+Green+Blue) = 180+84+139=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4548B is #4BAB74. Grayscale: #767676. Windows color (decimal): -4959093 or 9131188. OLE color: 9131188.

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

Color convert

RGB18084139-
CMYK00.530.230.29
HSL325.62º39.02%51.76%-
HSV(B)325.62º53.33%70.59%-
XYZ26.6517.9126.48-
YUV118.97139.3171.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=44.67%
G=20.84%
B=34.49%

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
Decimal1808413900.530.230.29325.6239.0251.76
HexB4548B035171D1462734
Octal26412421306527355064764
Binary1011010010101001000101101101011011111101101000110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4548B; }

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

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

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

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

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

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

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

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