#B9589F

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

Shades of Mulberry #B9589F

Tints of Mulberry #B9589F

Color information

#B9589F (or 0xB9589F) is unknown color: approx Mulberry. HEX triplet: B9, 58 and 9F. RGB value is (185,88,159). Sum of RGB (Red+Green+Blue) = 185+88+159=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9589F is #46A760. Grayscale: #7C7C7C. Windows color (decimal): -4630369 or 10442937. OLE color: 10442937.

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

Color convert

RGB18588159-
CMYK00.520.140.27
HSL316.08º40.93%53.53%-
HSV(B)316.08º52.43%72.55%-
XYZ29.7619.835.05-
YUV125.1147.14170.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=42.82%
G=20.37%
B=36.81%

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
Decimal1858815900.520.140.27316.0840.9353.53
HexB9589F034E1B13c2936
Octal27113023706416334745166
Binary101110011011000100111110110100111011011100111100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9589F; }

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

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

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

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

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

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

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

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