#B55786

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

Shades of Mulberry #B55786

Tints of Mulberry #B55786

Color information

#B55786 (or 0xB55786) is unknown color: approx Mulberry. HEX triplet: B5, 57 and 86. RGB value is (181,87,134). Sum of RGB (Red+Green+Blue) = 181+87+134=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B55786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55786 is #4AA879. Grayscale: #787878. Windows color (decimal): -4892794 or 8804277. OLE color: 8804277.

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

Color convert

RGB18187134-
CMYK00.520.260.29
HSL330º38.84%52.55%-
HSV(B)330º51.93%70.98%-
XYZ26.7718.3624.69-
YUV120.46135.64171.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=45.02%
G=21.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818713400.520.260.2933038.8452.55
HexB557860341A1D14a2735
Octal26512720606432355124765
Binary1011010110101111000011001101001101011101101001010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55786; }

 p { color: rgb(181,87,134); }

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

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

 a { background-color: rgb(181,87,134); }

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

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

 span { border-color: rgb(181,87,134); }

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