#B5518A

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

Shades of Mulberry #B5518A

Tints of Mulberry #B5518A

Color information

#B5518A (or 0xB5518A) is unknown color: approx Mulberry. HEX triplet: B5, 51 and 8A. RGB value is (181,81,138). Sum of RGB (Red+Green+Blue) = 181+81+138=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5518A is #4AAE75. Grayscale: #757575. Windows color (decimal): -4894326 or 9064885. OLE color: 9064885.

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

Color convert

RGB18181138-
CMYK00.550.240.29
HSL325.8º40.32%51.37%-
HSV(B)325.8º55.25%70.98%-
XYZ26.5917.5426.03-
YUV117.4139.63173.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=45.25%
G=20.25%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818113800.550.240.29325.840.3251.37
HexB5518A037181D1462833
Octal26512121206730355065063
Binary1011010110100011000101001101111100011101101000110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5518A; }

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

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

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

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

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

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

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

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