#B9598E

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

Shades of Mulberry #B9598E

Tints of Mulberry #B9598E

Color information

#B9598E (or 0xB9598E) is unknown color: approx Mulberry. HEX triplet: B9, 59 and 8E. RGB value is (185,89,142). Sum of RGB (Red+Green+Blue) = 185+89+142=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9598E is #46A671. Grayscale: #7B7B7B. Windows color (decimal): -4630130 or 9329081. OLE color: 9329081.

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

Color convert

RGB18589142-
CMYK00.520.230.27
HSL326.88º40.68%53.73%-
HSV(B)326.88º51.89%72.55%-
XYZ28.4619.4127.84-
YUV123.75138.3171.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=44.47%
G=21.39%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858914200.520.230.27326.8840.6853.73
HexB9598E034171B1472936
Octal27113121606427335075166
Binary1011100110110011000111001101001011111011101000111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9598E; }

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

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

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

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

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

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

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

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