#B4518D

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

Shades of Mulberry #B4518D

Tints of Mulberry #B4518D

Color information

#B4518D (or 0xB4518D) is unknown color: approx Mulberry. HEX triplet: B4, 51 and 8D. RGB value is (180,81,141). Sum of RGB (Red+Green+Blue) = 180+81+141=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4518D is #4BAE72. Grayscale: #757575. Windows color (decimal): -4959859 or 9261492. OLE color: 9261492.

HSL color Cylindrical-coordinate representation of color #B4518D: hue angle of 323.64º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4518D is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18081141-
CMYK00.550.220.29
HSL323.64º39.76%51.18%-
HSV(B)323.64º55%70.59%-
XYZ26.5717.5127.18-
YUV117.44141.3172.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=44.78%
G=20.15%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808114100.550.220.29323.6439.7651.18
HexB4518D037161D1442833
Octal26412121506726355045063
Binary1011010010100011000110101101111011011101101000100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4518D; }

 p { color: rgb(180,81,141); }

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

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

 a { background-color: rgb(180,81,141); }

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

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

 span { border-color: rgb(180,81,141); }

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