#B04F86

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

Shades of Mulberry #B04F86

Tints of Mulberry #B04F86

Color information

#B04F86 (or 0xB04F86) is unknown color: approx Mulberry. HEX triplet: B0, 4F and 86. RGB value is (176,79,134). Sum of RGB (Red+Green+Blue) = 176+79+134=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04F86 is #4FB079. Grayscale: #727272. Windows color (decimal): -5222522 or 8802224. OLE color: 8802224.

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

Color convert

RGB17679134-
CMYK00.550.240.31
HSL325.98º38.04%50%-
HSV(B)325.98º55.11%69.02%-
XYZ2516.5424.43-
YUV114.27139.14172.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=45.24%
G=20.31%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767913400.550.240.31325.9838.0450
HexB04F86037181F1462632
Octal26011720606730375064662
Binary1011000010011111000011001101111100011111101000110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F86; }

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

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

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

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

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

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

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

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