#B94489

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

Shades of Mulberry #B94489

Tints of Mulberry #B94489

Color information

#B94489 (or 0xB94489) is unknown color: approx Mulberry. HEX triplet: B9, 44 and 89. RGB value is (185,68,137). Sum of RGB (Red+Green+Blue) = 185+68+137=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B94489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94489 is #46BB76. Grayscale: #6E6E6E. Windows color (decimal): -4635511 or 8996025. OLE color: 8996025.

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

Color convert

RGB18568137-
CMYK00.630.260.27
HSL324.62º46.25%49.61%-
HSV(B)324.62º63.24%72.55%-
XYZ26.5916.2525.4-
YUV110.85142.76180.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 68 (26.95% from 255) = 17.44%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=47.44%
G=17.44%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856813700.630.260.27324.6246.2549.61
HexB9448903F1A1B1452e32
Octal27110421107732335055662
Binary1011100110001001000100101111111101011011101000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94489; }

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

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

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

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

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

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

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

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