#B45499

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

Shades of Mulberry #B45499

Tints of Mulberry #B45499

Color information

#B45499 (or 0xB45499) is unknown color: approx Mulberry. HEX triplet: B4, 54 and 99. RGB value is (180,84,153). Sum of RGB (Red+Green+Blue) = 180+84+153=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B45499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45499 is #4BAB66. Grayscale: #787878. Windows color (decimal): -4959079 or 10048692. OLE color: 10048692.

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

Color convert

RGB18084153-
CMYK00.530.150.29
HSL316.88º39.02%51.76%-
HSV(B)316.88º53.33%70.59%-
XYZ27.7418.3432.22-
YUV120.57146.3170.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=43.17%
G=20.14%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808415300.530.150.29316.8839.0251.76
HexB45499035F1D13d2734
Octal26412423106517354754764
Binary101101001010100100110010110101111111101100111101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45499; }

 p { color: rgb(180,84,153); }

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

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

 a { background-color: rgb(180,84,153); }

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

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

 span { border-color: rgb(180,84,153); }

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