#B94487

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

Shades of Mulberry #B94487

Tints of Mulberry #B94487

Color information

#B94487 (or 0xB94487) is unknown color: approx Mulberry. HEX triplet: B9, 44 and 87. RGB value is (185,68,135). Sum of RGB (Red+Green+Blue) = 185+68+135=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B94487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94487 is #46BB78. Grayscale: #6E6E6E. Windows color (decimal): -4635513 or 8864953. OLE color: 8864953.

HSL color Cylindrical-coordinate representation of color #B94487: hue angle of 325.64º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94487 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18568135-
CMYK00.630.270.27
HSL325.64º46.25%49.61%-
HSV(B)325.64º63.24%72.55%-
XYZ26.4516.224.65-
YUV110.62141.76181.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 68 (26.95% from 255) = 17.53%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=47.68%
G=17.53%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856813500.630.270.27325.6446.2549.61
HexB9448703F1B1B1462e32
Octal27110420707733335065662
Binary1011100110001001000011101111111101111011101000110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94487; }

 p { color: rgb(185,68,135); }

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

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

 a { background-color: rgb(185,68,135); }

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

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

 span { border-color: rgb(185,68,135); }

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