#B74B86

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

Shades of Mulberry #B74B86

Tints of Mulberry #B74B86

Color information

#B74B86 (or 0xB74B86) is unknown color: approx Mulberry. HEX triplet: B7, 4B and 86. RGB value is (183,75,134). Sum of RGB (Red+Green+Blue) = 183+75+134=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B86 is #48B479. Grayscale: #717171. Windows color (decimal): -4764794 or 8801207. OLE color: 8801207.

HSL color Cylindrical-coordinate representation of color #B74B86: hue angle of 327.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74B86 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB18375134-
CMYK00.590.270.28
HSL327.22º42.86%50.59%-
HSV(B)327.22º59.02%71.76%-
XYZ26.3516.8224.41-
YUV114.02139.28177.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=46.68%
G=19.13%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837513400.590.270.28327.2242.8650.59
HexB74B8603B1B1C1472b33
Octal26711320607333345075363
Binary1011011110010111000011001110111101111100101000111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B86; }

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

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

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

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

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

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

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

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