#B9589A

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

Shades of Mulberry #B9589A

Tints of Mulberry #B9589A

Color information

#B9589A (or 0xB9589A) is unknown color: approx Mulberry. HEX triplet: B9, 58 and 9A. RGB value is (185,88,154). Sum of RGB (Red+Green+Blue) = 185+88+154=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9589A is #46A765. Grayscale: #7C7C7C. Windows color (decimal): -4630374 or 10115257. OLE color: 10115257.

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

Color convert

RGB18588154-
CMYK00.520.170.27
HSL319.18º40.93%53.53%-
HSV(B)319.18º52.43%72.55%-
XYZ29.3319.6332.81-
YUV124.53144.64171.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=43.33%
G=20.61%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858815400.520.170.27319.1840.9353.53
HexB9589A034111B13f2936
Octal27113023206421334775166
Binary1011100110110001001101001101001000111011100111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9589A; }

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

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

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

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

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

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

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

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