#B05389

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

Shades of Mulberry #B05389

Tints of Mulberry #B05389

Color information

#B05389 (or 0xB05389) is unknown color: approx Mulberry. HEX triplet: B0, 53 and 89. RGB value is (176,83,137). Sum of RGB (Red+Green+Blue) = 176+83+137=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B05389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05389 is #4FAC76. Grayscale: #747474. Windows color (decimal): -5221495 or 8999856. OLE color: 8999856.

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

Color convert

RGB17683137-
CMYK00.530.220.31
HSL325.16º37.05%50.78%-
HSV(B)325.16º52.84%69.02%-
XYZ25.5117.2225.65-
YUV116.96139.31170.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 83 (32.81% from 255) = 20.96%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=44.44%
G=20.96%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768313700.530.220.31325.1637.0550.78
HexB05389035161F1452533
Octal26012321106526375054563
Binary1011000010100111000100101101011011011111101000101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05389; }

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

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

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

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

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

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

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

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