#B8548E

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

Shades of Mulberry #B8548E

Tints of Mulberry #B8548E

Color information

#B8548E (or 0xB8548E) is unknown color: approx Mulberry. HEX triplet: B8, 54 and 8E. RGB value is (184,84,142). Sum of RGB (Red+Green+Blue) = 184+84+142=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8548E is #47AB71. Grayscale: #787878. Windows color (decimal): -4696946 or 9327800. OLE color: 9327800.

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

Color convert

RGB18484142-
CMYK00.540.230.28
HSL325.2º41.32%52.55%-
HSV(B)325.2º54.35%72.16%-
XYZ27.8218.4827.69-
YUV120.51140.13173.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=44.88%
G=20.49%
B=34.63%

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
Decimal1848414200.540.230.28325.241.3252.55
HexB8548E036171C1452935
Octal27012421606627345055165
Binary1011100010101001000111001101101011111100101000101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8548E; }

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

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

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

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

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

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

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

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