#B5598E

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

Shades of Mulberry #B5598E

Tints of Mulberry #B5598E

Color information

#B5598E (or 0xB5598E) is unknown color: approx Mulberry. HEX triplet: B5, 59 and 8E. RGB value is (181,89,142). Sum of RGB (Red+Green+Blue) = 181+89+142=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5598E is #4AA671. Grayscale: #7A7A7A. Windows color (decimal): -4892274 or 9329077. OLE color: 9329077.

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

Color convert

RGB18189142-
CMYK00.510.220.29
HSL325.43º38.33%52.94%-
HSV(B)325.43º50.83%70.98%-
XYZ27.5118.9227.79-
YUV122.55138.98169.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=43.93%
G=21.60%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818914200.510.220.29325.4338.3352.94
HexB5598E033161D1452635
Octal26513121606326355054665
Binary1011010110110011000111001100111011011101101000101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5598E; }

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

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

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

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

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

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

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

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