#B05591

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

Shades of Mulberry #B05591

Tints of Mulberry #B05591

Color information

#B05591 (or 0xB05591) is unknown color: approx Mulberry. HEX triplet: B0, 55 and 91. RGB value is (176,85,145). Sum of RGB (Red+Green+Blue) = 176+85+145=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B05591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05591 is #4FAA6E. Grayscale: #767676. Windows color (decimal): -5220975 or 9524656. OLE color: 9524656.

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

Color convert

RGB17685145-
CMYK00.520.180.31
HSL320.44º36.55%51.18%-
HSV(B)320.44º51.7%69.02%-
XYZ26.2617.7728.83-
YUV119.05142.65168.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 145 (57.03% from 255) = 35.71%
R=43.35%
G=20.94%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768514500.520.180.31320.4436.5551.18
HexB05591034121F1402533
Octal26012522106422375004563
Binary1011000010101011001000101101001001011111101000000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05591; }

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

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

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

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

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

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

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

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