#B05989

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

Shades of Mulberry #B05989

Tints of Mulberry #B05989

Color information

#B05989 (or 0xB05989) is unknown color: approx Mulberry. HEX triplet: B0, 59 and 89. RGB value is (176,89,137). Sum of RGB (Red+Green+Blue) = 176+89+137=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B05989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05989 is #4FA676. Grayscale: #787878. Windows color (decimal): -5219959 or 9001392. OLE color: 9001392.

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

Color convert

RGB17689137-
CMYK00.490.220.31
HSL326.9º35.51%51.96%-
HSV(B)326.9º49.43%69.02%-
XYZ25.9918.1825.81-
YUV120.48137.32167.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=43.78%
G=22.14%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768913700.490.220.31326.935.5151.96
HexB05989031161F1472434
Octal26013121106126375074464
Binary1011000010110011000100101100011011011111101000111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05989; }

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

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

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

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

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

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

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

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