#B94585

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

Shades of Mulberry #B94585

Tints of Mulberry #B94585

Color information

#B94585 (or 0xB94585) is unknown color: approx Mulberry. HEX triplet: B9, 45 and 85. RGB value is (185,69,133). Sum of RGB (Red+Green+Blue) = 185+69+133=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B94585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94585 is #46BA7A. Grayscale: #6E6E6E. Windows color (decimal): -4635259 or 8734137. OLE color: 8734137.

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

Color convert

RGB18569133-
CMYK00.630.280.27
HSL326.9º45.67%49.8%-
HSV(B)326.9º62.7%72.55%-
XYZ26.3716.2623.94-
YUV110.98140.43180.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=47.80%
G=17.83%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856913300.630.280.27326.945.6749.8
HexB9458503F1C1B1472e32
Octal27110520507734335075662
Binary1011100110001011000010101111111110011011101000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94585; }

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

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

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

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

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

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

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

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