#B5599A

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

Shades of Mulberry #B5599A

Tints of Mulberry #B5599A

Color information

#B5599A (or 0xB5599A) is unknown color: approx Mulberry. HEX triplet: B5, 59 and 9A. RGB value is (181,89,154). Sum of RGB (Red+Green+Blue) = 181+89+154=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5599A is #4AA665. Grayscale: #7B7B7B. Windows color (decimal): -4892262 or 10115509. OLE color: 10115509.

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

Color convert

RGB18189154-
CMYK00.510.150.29
HSL317.61º38.33%52.94%-
HSV(B)317.61º50.83%70.98%-
XYZ28.4619.332.8-
YUV123.92144.98168.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=42.69%
G=20.99%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818915400.510.150.29317.6138.3352.94
HexB5599A033F1D13e2635
Octal26513123206317354764665
Binary101101011011001100110100110011111111101100111110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5599A; }

 p { color: rgb(181,89,154); }

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

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

 a { background-color: rgb(181,89,154); }

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

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

 span { border-color: rgb(181,89,154); }

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