#B34A86

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

Shades of Mulberry #B34A86

Tints of Mulberry #B34A86

Color information

#B34A86 (or 0xB34A86) is unknown color: approx Mulberry. HEX triplet: B3, 4A and 86. RGB value is (179,74,134). Sum of RGB (Red+Green+Blue) = 179+74+134=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34A86 is #4CB579. Grayscale: #707070. Windows color (decimal): -5027194 or 8800947. OLE color: 8800947.

HSL color Cylindrical-coordinate representation of color #B34A86: hue angle of 325.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34A86 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17974134-
CMYK00.590.250.30
HSL325.71º41.5%49.61%-
HSV(B)325.71º58.66%70.2%-
XYZ25.3416.224.35-
YUV112.24140.29175.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 74 (29.30% from 255) = 19.12%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=46.25%
G=19.12%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797413400.590.250.30325.7141.549.61
HexB34A8603B191E1462a32
Octal26311220607331365065262
Binary1011001110010101000011001110111100111110101000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A86; }

 p { color: rgb(179,74,134); }

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

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

 a { background-color: rgb(179,74,134); }

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

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

 span { border-color: rgb(179,74,134); }

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