#B8558A

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

Shades of Mulberry #B8558A

Tints of Mulberry #B8558A

Color information

#B8558A (or 0xB8558A) is unknown color: approx Mulberry. HEX triplet: B8, 55 and 8A. RGB value is (184,85,138). Sum of RGB (Red+Green+Blue) = 184+85+138=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8558A is #47AA75. Grayscale: #787878. Windows color (decimal): -4696694 or 9065912. OLE color: 9065912.

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

Color convert

RGB18485138-
CMYK00.540.250.28
HSL327.88º41.08%52.75%-
HSV(B)327.88º53.8%72.16%-
XYZ27.618.5226.17-
YUV120.64137.8173.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=45.21%
G=20.88%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848513800.540.250.28327.8841.0852.75
HexB8558A036191C1482935
Octal27012521206631345105165
Binary1011100010101011000101001101101100111100101001000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8558A; }

 p { color: rgb(184,85,138); }

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

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

 a { background-color: rgb(184,85,138); }

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

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

 span { border-color: rgb(184,85,138); }

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