#B9589C

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

Shades of Mulberry #B9589C

Tints of Mulberry #B9589C

Color information

#B9589C (or 0xB9589C) is unknown color: approx Mulberry. HEX triplet: B9, 58 and 9C. RGB value is (185,88,156). Sum of RGB (Red+Green+Blue) = 185+88+156=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9589C is #46A763. Grayscale: #7C7C7C. Windows color (decimal): -4630372 or 10246329. OLE color: 10246329.

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

Color convert

RGB18588156-
CMYK00.520.160.27
HSL317.94º40.93%53.53%-
HSV(B)317.94º52.43%72.55%-
XYZ29.519.6933.7-
YUV124.76145.64170.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=43.12%
G=20.51%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858815600.520.160.27317.9440.9353.53
HexB9589C034101B13e2936
Octal27113023406420334765166
Binary1011100110110001001110001101001000011011100111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9589C; }

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

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

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

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

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

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

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

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