#B04C89

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

Shades of Mulberry #B04C89

Tints of Mulberry #B04C89

Color information

#B04C89 (or 0xB04C89) is unknown color: approx Mulberry. HEX triplet: B0, 4C and 89. RGB value is (176,76,137). Sum of RGB (Red+Green+Blue) = 176+76+137=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C89 is #4FB376. Grayscale: #707070. Windows color (decimal): -5223287 or 8998064. OLE color: 8998064.

HSL color Cylindrical-coordinate representation of color #B04C89: hue angle of 323.4º 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 #B04C89 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17676137-
CMYK00.570.220.31
HSL323.4º39.68%49.41%-
HSV(B)323.4º56.82%69.02%-
XYZ2516.2125.48-
YUV112.85141.63173.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=45.24%
G=19.54%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767613700.570.220.31323.439.6849.41
HexB04C89039161F1432831
Octal26011421107126375035061
Binary1011000010011001000100101110011011011111101000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C89; }

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

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

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

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

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

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

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

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