#B84985

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

Shades of Mulberry #B84985

Tints of Mulberry #B84985

Color information

#B84985 (or 0xB84985) is unknown color: approx Mulberry. HEX triplet: B8, 49 and 85. RGB value is (184,73,133). Sum of RGB (Red+Green+Blue) = 184+73+133=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B84985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84985 is #47B67A. Grayscale: #707070. Windows color (decimal): -4699771 or 8735160. OLE color: 8735160.

HSL color Cylindrical-coordinate representation of color #B84985: hue angle of 327.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84985 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB18473133-
CMYK00.600.280.28
HSL327.57º43.87%50.39%-
HSV(B)327.57º60.33%72.16%-
XYZ26.3816.6524.01-
YUV113.03139.27178.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.18%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=47.18%
G=18.72%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847313300.600.280.28327.5743.8750.39
HexB8498503C1C1C1482c32
Octal27011120507434345105462
Binary1011100010010011000010101111001110011100101001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84985; }

 p { color: rgb(184,73,133); }

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

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

 a { background-color: rgb(184,73,133); }

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

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

 span { border-color: rgb(184,73,133); }

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