#b05587

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

Shades of Mulberry #B05587

Tints of Mulberry #B05587

Color information

#B05587 (or 0xB05587) is unknown color: approx Mulberry. HEX triplet: B0, 55 and 87. RGB value is (176,85,135). Sum of RGB (Red+Green+Blue) = 176+85+135=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B05587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05587 is #4FAA78. Grayscale: #757575. Windows color (decimal): -5220985 or 8869296. OLE color: 8869296.

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

Color convert

RGB17685135-
CMYK00.520.230.31
HSL327.03º36.55%51.18%-
HSV(B)327.03º51.7%69.02%-
XYZ25.5317.4824.95-
YUV117.91137.65169.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 135 (53.12% from 255) = 34.09%
R=44.44%
G=21.46%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768513500.520.230.31327.0336.5551.18
HexB05587034171F1472533
Octal26012520706427375074563
Binary1011000010101011000011101101001011111111101000111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05587; }

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

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

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

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

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

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

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

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