#B84496

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

Shades of Mulberry #B84496

Tints of Mulberry #B84496

Color information

#B84496 (or 0xB84496) is unknown color: approx Mulberry. HEX triplet: B8, 44 and 96. RGB value is (184,68,150). Sum of RGB (Red+Green+Blue) = 184+68+150=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B84496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84496 is #47BB69. Grayscale: #6F6F6F. Windows color (decimal): -4701034 or 9847992. OLE color: 9847992.

HSL color Cylindrical-coordinate representation of color #B84496: hue angle of 317.59º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84496 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB18468150-
CMYK00.630.180.28
HSL317.59º46.03%49.41%-
HSV(B)317.59º63.04%72.16%-
XYZ27.3416.5330.6-
YUV112.03149.43179.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 68 (26.95% from 255) = 16.92%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=45.77%
G=16.92%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846815000.630.180.28317.5946.0349.41
HexB8449603F121C13e2e31
Octal27010422607722344765661
Binary1011100010001001001011001111111001011100100111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84496; }

 p { color: rgb(184,68,150); }

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

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

 a { background-color: rgb(184,68,150); }

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

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

 span { border-color: rgb(184,68,150); }

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