#B05887

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

Shades of Mulberry #B05887

Tints of Mulberry #B05887

Color information

#B05887 (or 0xB05887) is unknown color: approx Mulberry. HEX triplet: B0, 58 and 87. RGB value is (176,88,135). Sum of RGB (Red+Green+Blue) = 176+88+135=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B05887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05887 is #4FA778. Grayscale: #777777. Windows color (decimal): -5220217 or 8870064. OLE color: 8870064.

HSL color Cylindrical-coordinate representation of color #B05887: hue angle of 327.95º 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 #B05887 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17688135-
CMYK00.500.230.31
HSL327.95º35.77%51.76%-
HSV(B)327.95º50%69.02%-
XYZ25.7717.9625.03-
YUV119.67136.65168.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=44.11%
G=22.06%
B=33.83%

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
Decimal1768813500.500.230.31327.9535.7751.76
HexB05887032171F1482434
Octal26013020706227375104464
Binary1011000010110001000011101100101011111111101001000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05887; }

 p { color: rgb(176,88,135); }

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

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

 a { background-color: rgb(176,88,135); }

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

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

 span { border-color: rgb(176,88,135); }

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