#B05A86

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

Shades of Mulberry #B05A86

Tints of Mulberry #B05A86

Color information

#B05A86 (or 0xB05A86) is unknown color: approx Mulberry. HEX triplet: B0, 5A and 86. RGB value is (176,90,134). Sum of RGB (Red+Green+Blue) = 176+90+134=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A86 is #4FA579. Grayscale: #787878. Windows color (decimal): -5219706 or 8805040. OLE color: 8805040.

HSL color Cylindrical-coordinate representation of color #B05A86: hue angle of 329.3º degrees, saturation: 0.35, 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 #B05A86 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17690134-
CMYK00.490.240.31
HSL329.3º35.25%52.16%-
HSV(B)329.3º48.86%69.02%-
XYZ25.8618.2624.72-
YUV120.73135.49167.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 134 (52.73% from 255) = 33.5%
R=44%
G=22.5%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769013400.490.240.31329.335.2552.16
HexB05A86031181F1492334
Octal26013220606130375114364
Binary1011000010110101000011001100011100011111101001001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A86; }

 p { color: rgb(176,90,134); }

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

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

 a { background-color: rgb(176,90,134); }

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

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

 span { border-color: rgb(176,90,134); }

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