#B9599F

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

Shades of Mulberry #B9599F

Tints of Mulberry #B9599F

Color information

#B9599F (or 0xB9599F) is unknown color: approx Mulberry. HEX triplet: B9, 59 and 9F. RGB value is (185,89,159). Sum of RGB (Red+Green+Blue) = 185+89+159=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9599F is #46A660. Grayscale: #7D7D7D. Windows color (decimal): -4630113 or 10443193. OLE color: 10443193.

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

Color convert

RGB18589159-
CMYK00.520.140.27
HSL316.25º40.68%53.73%-
HSV(B)316.25º51.89%72.55%-
XYZ29.8419.9635.08-
YUV125.68146.8170.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=42.73%
G=20.55%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858915900.520.140.27316.2540.6853.73
HexB9599F034E1B13c2936
Octal27113123706416334745166
Binary101110011011001100111110110100111011011100111100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9599F; }

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

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

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

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

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

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

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

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