#B5538A

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

Shades of Mulberry #B5538A

Tints of Mulberry #B5538A

Color information

#B5538A (or 0xB5538A) is unknown color: approx Mulberry. HEX triplet: B5, 53 and 8A. RGB value is (181,83,138). Sum of RGB (Red+Green+Blue) = 181+83+138=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5538A is #4AAC75. Grayscale: #767676. Windows color (decimal): -4893814 or 9065397. OLE color: 9065397.

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

Color convert

RGB18183138-
CMYK00.540.240.29
HSL326.33º39.84%51.76%-
HSV(B)326.33º54.14%70.98%-
XYZ26.7417.8526.08-
YUV118.57138.97172.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=45.02%
G=20.65%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818313800.540.240.29326.3339.8451.76
HexB5538A036181D1462834
Octal26512321206630355065064
Binary1011010110100111000101001101101100011101101000110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5538A; }

 p { color: rgb(181,83,138); }

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

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

 a { background-color: rgb(181,83,138); }

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

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

 span { border-color: rgb(181,83,138); }

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