#B94583

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

Shades of Mulberry #B94583

Tints of Mulberry #B94583

Color information

#B94583 (or 0xB94583) is unknown color: approx Mulberry. HEX triplet: B9, 45 and 83. RGB value is (185,69,131). Sum of RGB (Red+Green+Blue) = 185+69+131=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B94583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94583 is #46BA7C. Grayscale: #6E6E6E. Windows color (decimal): -4635261 or 8603065. OLE color: 8603065.

HSL color Cylindrical-coordinate representation of color #B94583: hue angle of 327.93º 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 #B94583 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18569131-
CMYK00.630.290.27
HSL327.93º45.67%49.8%-
HSV(B)327.93º62.7%72.55%-
XYZ26.2316.2123.22-
YUV110.75139.43180.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=48.05%
G=17.92%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856913100.630.290.27327.9345.6749.8
HexB9458303F1D1B1482e32
Octal27110520307735335105662
Binary1011100110001011000001101111111110111011101001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94583; }

 p { color: rgb(185,69,131); }

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

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

 a { background-color: rgb(185,69,131); }

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

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

 span { border-color: rgb(185,69,131); }

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