#B5599B

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

Shades of Mulberry #B5599B

Tints of Mulberry #B5599B

Color information

#B5599B (or 0xB5599B) is unknown color: approx Mulberry. HEX triplet: B5, 59 and 9B. RGB value is (181,89,155). Sum of RGB (Red+Green+Blue) = 181+89+155=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5599B is #4AA664. Grayscale: #7B7B7B. Windows color (decimal): -4892261 or 10181045. OLE color: 10181045.

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

Color convert

RGB18189155-
CMYK00.510.140.29
HSL316.96º38.33%52.94%-
HSV(B)316.96º50.83%70.98%-
XYZ28.5419.3433.24-
YUV124.03145.48168.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=42.59%
G=20.94%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818915500.510.140.29316.9638.3352.94
HexB5599B033E1D13d2635
Octal26513123306316354754665
Binary101101011011001100110110110011111011101100111101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5599B; }

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

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

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

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

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

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

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

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