#B9598D

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

Shades of Mulberry #B9598D

Tints of Mulberry #B9598D

Color information

#B9598D (or 0xB9598D) is unknown color: approx Mulberry. HEX triplet: B9, 59 and 8D. RGB value is (185,89,141). Sum of RGB (Red+Green+Blue) = 185+89+141=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9598D is #46A672. Grayscale: #7B7B7B. Windows color (decimal): -4630131 or 9263545. OLE color: 9263545.

HSL color Cylindrical-coordinate representation of color #B9598D: hue angle of 327.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9598D is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18589141-
CMYK00.520.240.27
HSL327.5º40.68%53.73%-
HSV(B)327.5º51.89%72.55%-
XYZ28.3919.3827.44-
YUV123.63137.8171.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=44.58%
G=21.45%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858914100.520.240.27327.540.6853.73
HexB9598D034181B1482936
Octal27113121506430335105166
Binary1011100110110011000110101101001100011011101001000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9598D; }

 p { color: rgb(185,89,141); }

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

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

 a { background-color: rgb(185,89,141); }

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

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

 span { border-color: rgb(185,89,141); }

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