#B4518A

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

Shades of Mulberry #B4518A

Tints of Mulberry #B4518A

Color information

#B4518A (or 0xB4518A) is unknown color: approx Mulberry. HEX triplet: B4, 51 and 8A. RGB value is (180,81,138). Sum of RGB (Red+Green+Blue) = 180+81+138=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4518A is #4BAE75. Grayscale: #747474. Windows color (decimal): -4959862 or 9064884. OLE color: 9064884.

HSL color Cylindrical-coordinate representation of color #B4518A: hue angle of 325.45º 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 #B4518A is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18081138-
CMYK00.550.230.29
HSL325.45º39.76%51.18%-
HSV(B)325.45º55%70.59%-
XYZ26.3517.4226.02-
YUV117.1139.8172.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=45.11%
G=20.30%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808113800.550.230.29325.4539.7651.18
HexB4518A037171D1452833
Octal26412121206727355055063
Binary1011010010100011000101001101111011111101101000101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4518A; }

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

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

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

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

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

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

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

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