#B45784

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

Shades of Mulberry #B45784

Tints of Mulberry #B45784

Color information

#B45784 (or 0xB45784) is unknown color: approx Mulberry. HEX triplet: B4, 57 and 84. RGB value is (180,87,132). Sum of RGB (Red+Green+Blue) = 180+87+132=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B45784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45784 is #4BA87B. Grayscale: #777777. Windows color (decimal): -4958332 or 8673204. OLE color: 8673204.

HSL color Cylindrical-coordinate representation of color #B45784: hue angle of 330.97º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45784 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18087132-
CMYK00.520.270.29
HSL330.97º38.27%52.35%-
HSV(B)330.97º51.67%70.59%-
XYZ26.418.1923.95-
YUV119.94134.81170.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=45.11%
G=21.80%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808713200.520.270.29330.9738.2752.35
HexB457840341B1D14b2634
Octal26412720406433355134664
Binary1011010010101111000010001101001101111101101001011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45784; }

 p { color: rgb(180,87,132); }

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

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

 a { background-color: rgb(180,87,132); }

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

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

 span { border-color: rgb(180,87,132); }

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