#b84a8a

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

Shades of Mulberry #B84A8A

Tints of Mulberry #B84A8A

Color information

#B84A8A (or 0xB84A8A) is unknown color: approx Mulberry. HEX triplet: B8, 4A and 8A. RGB value is (184,74,138). Sum of RGB (Red+Green+Blue) = 184+74+138=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A8A is #47B575. Grayscale: #727272. Windows color (decimal): -4699510 or 9063096. OLE color: 9063096.

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

Color convert

RGB18474138-
CMYK00.600.250.28
HSL325.09º43.65%50.59%-
HSV(B)325.09º59.78%72.16%-
XYZ26.816.9225.9-
YUV114.19141.44177.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 74 (29.30% from 255) = 18.69%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=46.46%
G=18.69%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847413800.600.250.28325.0943.6550.59
HexB84A8A03C191C1452c33
Octal27011221207431345055463
Binary1011100010010101000101001111001100111100101000101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84a8a; }

 p { color: rgb(184,74,138); }

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

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

 a { background-color: rgb(184,74,138); }

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

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

 span { border-color: rgb(184,74,138); }

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