#B15989

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

Shades of Mulberry #B15989

Tints of Mulberry #B15989

Color information

#B15989 (or 0xB15989) is unknown color: approx Mulberry. HEX triplet: B1, 59 and 89. RGB value is (177,89,137). Sum of RGB (Red+Green+Blue) = 177+89+137=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B15989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15989 is #4EA676. Grayscale: #787878. Windows color (decimal): -5154423 or 9001393. OLE color: 9001393.

HSL color Cylindrical-coordinate representation of color #B15989: hue angle of 327.27º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15989 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17789137-
CMYK00.500.230.31
HSL327.27º36.07%52.16%-
HSV(B)327.27º49.72%69.41%-
XYZ26.2218.325.82-
YUV120.78137.15168.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=43.92%
G=22.08%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778913700.500.230.31327.2736.0752.16
HexB15989032171F1472434
Octal26113121106227375074464
Binary1011000110110011000100101100101011111111101000111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15989; }

 p { color: rgb(177,89,137); }

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

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

 a { background-color: rgb(177,89,137); }

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

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

 span { border-color: rgb(177,89,137); }

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