#B5598C

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

Shades of Mulberry #B5598C

Tints of Mulberry #B5598C

Color information

#B5598C (or 0xB5598C) is unknown color: approx Mulberry. HEX triplet: B5, 59 and 8C. RGB value is (181,89,140). Sum of RGB (Red+Green+Blue) = 181+89+140=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5598C is #4AA673. Grayscale: #7A7A7A. Windows color (decimal): -4892276 or 9198005. OLE color: 9198005.

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

Color convert

RGB18189140-
CMYK00.510.230.29
HSL326.74º38.33%52.94%-
HSV(B)326.74º50.83%70.98%-
XYZ27.3618.8627.01-
YUV122.32137.98169.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=44.15%
G=21.71%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818914000.510.230.29326.7438.3352.94
HexB5598C033171D1472635
Octal26513121406327355074665
Binary1011010110110011000110001100111011111101101000111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5598C; }

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

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

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

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

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

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

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

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