#B15686

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

Shades of Mulberry #B15686

Tints of Mulberry #B15686

Color information

#B15686 (or 0xB15686) is unknown color: approx Mulberry. HEX triplet: B1, 56 and 86. RGB value is (177,86,134). Sum of RGB (Red+Green+Blue) = 177+86+134=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B15686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15686 is #4EA979. Grayscale: #767676. Windows color (decimal): -5155194 or 8804017. OLE color: 8804017.

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

Color convert

RGB17786134-
CMYK00.510.240.31
HSL328.35º36.84%51.57%-
HSV(B)328.35º51.41%69.41%-
XYZ25.7617.7224.62-
YUV118.68136.65169.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 86 (33.98% from 255) = 21.66%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=44.58%
G=21.66%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778613400.510.240.31328.3536.8451.57
HexB15686033181F1482534
Octal26112620606330375104564
Binary1011000110101101000011001100111100011111101001000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15686; }

 p { color: rgb(177,86,134); }

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

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

 a { background-color: rgb(177,86,134); }

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

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

 span { border-color: rgb(177,86,134); }

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