#B5498A

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

Shades of Mulberry #B5498A

Tints of Mulberry #B5498A

Color information

#B5498A (or 0xB5498A) is unknown color: approx Mulberry. HEX triplet: B5, 49 and 8A. RGB value is (181,73,138). Sum of RGB (Red+Green+Blue) = 181+73+138=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5498A is #4AB675. Grayscale: #707070. Windows color (decimal): -4896374 or 9062837. OLE color: 9062837.

HSL color Cylindrical-coordinate representation of color #B5498A: hue angle of 323.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5498A is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18173138-
CMYK00.600.240.29
HSL323.89º42.52%49.8%-
HSV(B)323.89º59.67%70.98%-
XYZ26.0316.4225.84-
YUV112.7142.28176.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 73 (28.91% from 255) = 18.62%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=46.17%
G=18.62%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817313800.600.240.29323.8942.5249.8
HexB5498A03C181D1442b32
Octal26511121207430355045362
Binary1011010110010011000101001111001100011101101000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5498A; }

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

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

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

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

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

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

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

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