#B15786

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

Shades of Mulberry #B15786

Tints of Mulberry #B15786

Color information

#B15786 (or 0xB15786) is unknown color: approx Mulberry. HEX triplet: B1, 57 and 86. RGB value is (177,87,134). Sum of RGB (Red+Green+Blue) = 177+87+134=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B15786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15786 is #4EA879. Grayscale: #777777. Windows color (decimal): -5154938 or 8804273. OLE color: 8804273.

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

Color convert

RGB17787134-
CMYK00.510.240.31
HSL328.67º36.59%51.76%-
HSV(B)328.67º50.85%69.41%-
XYZ25.8417.8824.64-
YUV119.27136.32169.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 87 (34.38% from 255) = 21.86%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=44.47%
G=21.86%
B=33.67%

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
Decimal1778713400.510.240.31328.6736.5951.76
HexB15786033181F1492534
Octal26112720606330375114564
Binary1011000110101111000011001100111100011111101001001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15786; }

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

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

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

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

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

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

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

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