#B84A8F

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

Shades of Mulberry #B84A8F

Tints of Mulberry #B84A8F

Color information

#B84A8F (or 0xB84A8F) is unknown color: approx Mulberry. HEX triplet: B8, 4A and 8F. RGB value is (184,74,143). Sum of RGB (Red+Green+Blue) = 184+74+143=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A8F is #47B570. Grayscale: #727272. Windows color (decimal): -4699505 or 9390776. OLE color: 9390776.

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

Color convert

RGB18474143-
CMYK00.600.220.28
HSL322.36º43.65%50.59%-
HSV(B)322.36º59.78%72.16%-
XYZ27.1717.0727.85-
YUV114.76143.94177.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=45.89%
G=18.45%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847414300.600.220.28322.3643.6550.59
HexB84A8F03C161C1422c33
Octal27011221707426345025463
Binary1011100010010101000111101111001011011100101000010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84A8F; }

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

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

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

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

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

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

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

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