#B8548D

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

Shades of Mulberry #B8548D

Tints of Mulberry #B8548D

Color information

#B8548D (or 0xB8548D) is unknown color: approx Mulberry. HEX triplet: B8, 54 and 8D. RGB value is (184,84,141). Sum of RGB (Red+Green+Blue) = 184+84+141=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8548D is #47AB72. Grayscale: #787878. Windows color (decimal): -4696947 or 9262264. OLE color: 9262264.

HSL color Cylindrical-coordinate representation of color #B8548D: hue angle of 325.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8548D is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18484141-
CMYK00.540.230.28
HSL325.8º41.32%52.55%-
HSV(B)325.8º54.35%72.16%-
XYZ27.7518.4527.3-
YUV120.4139.63173.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=44.99%
G=20.54%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848414100.540.230.28325.841.3252.55
HexB8548D036171C1462935
Octal27012421506627345065165
Binary1011100010101001000110101101101011111100101000110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8548D; }

 p { color: rgb(184,84,141); }

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

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

 a { background-color: rgb(184,84,141); }

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

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

 span { border-color: rgb(184,84,141); }

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