#B04B86

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

Shades of Mulberry #B04B86

Tints of Mulberry #B04B86

Color information

#B04B86 (or 0xB04B86) is unknown color: approx Mulberry. HEX triplet: B0, 4B and 86. RGB value is (176,75,134). Sum of RGB (Red+Green+Blue) = 176+75+134=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04B86 is #4FB479. Grayscale: #6F6F6F. Windows color (decimal): -5223546 or 8801200. OLE color: 8801200.

HSL color Cylindrical-coordinate representation of color #B04B86: hue angle of 324.95º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04B86 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17675134-
CMYK00.570.240.31
HSL324.95º40.24%49.22%-
HSV(B)324.95º57.39%69.02%-
XYZ24.7215.9824.34-
YUV111.92140.46173.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=45.71%
G=19.48%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767513400.570.240.31324.9540.2449.22
HexB04B86039181F1452831
Octal26011320607130375055061
Binary1011000010010111000011001110011100011111101000101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B86; }

 p { color: rgb(176,75,134); }

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

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

 a { background-color: rgb(176,75,134); }

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

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

 span { border-color: rgb(176,75,134); }

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