#B84981

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

Shades of Mulberry #B84981

Tints of Mulberry #B84981

Color information

#B84981 (or 0xB84981) is unknown color: approx Mulberry. HEX triplet: B8, 49 and 81. RGB value is (184,73,129). Sum of RGB (Red+Green+Blue) = 184+73+129=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B84981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84981 is #47B67E. Grayscale: #707070. Windows color (decimal): -4699775 or 8473016. OLE color: 8473016.

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

Color convert

RGB18473129-
CMYK00.600.300.28
HSL329.73º43.87%50.39%-
HSV(B)329.73º60.33%72.16%-
XYZ26.1116.5422.59-
YUV112.57137.27178.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=47.67%
G=18.91%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847312900.600.300.28329.7343.8750.39
HexB8498103C1E1C14a2c32
Octal27011120107436345125462
Binary1011100010010011000000101111001111011100101001010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84981; }

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

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

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

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

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

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

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

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