#B04989

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

Shades of Mulberry #B04989

Tints of Mulberry #B04989

Color information

#B04989 (or 0xB04989) is unknown color: approx Mulberry. HEX triplet: B0, 49 and 89. RGB value is (176,73,137). Sum of RGB (Red+Green+Blue) = 176+73+137=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B04989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04989 is #4FB676. Grayscale: #6E6E6E. Windows color (decimal): -5224055 or 8997296. OLE color: 8997296.

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

Color convert

RGB17673137-
CMYK00.590.220.31
HSL322.72º41.37%48.82%-
HSV(B)322.72º58.52%69.02%-
XYZ24.815.825.41-
YUV111.09142.62174.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=45.60%
G=18.91%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767313700.590.220.31322.7241.3748.82
HexB0498903B161F1432931
Octal26011121107326375035161
Binary1011000010010011000100101110111011011111101000011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04989; }

 p { color: rgb(176,73,137); }

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

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

 a { background-color: rgb(176,73,137); }

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

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

 span { border-color: rgb(176,73,137); }

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