#B15386

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

Shades of Mulberry #B15386

Tints of Mulberry #B15386

Color information

#B15386 (or 0xB15386) is unknown color: approx Mulberry. HEX triplet: B1, 53 and 86. RGB value is (177,83,134). Sum of RGB (Red+Green+Blue) = 177+83+134=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B15386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15386 is #4EAC79. Grayscale: #747474. Windows color (decimal): -5155962 or 8803249. OLE color: 8803249.

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

Color convert

RGB17783134-
CMYK00.530.240.31
HSL327.45º37.6%50.98%-
HSV(B)327.45º53.11%69.41%-
XYZ25.5317.2524.54-
YUV116.92137.64170.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 83 (32.81% from 255) = 21.07%
BLUE value IS 134 (52.73% from 255) = 34.01%
R=44.92%
G=21.07%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778313400.530.240.31327.4537.650.98
HexB15386035181F1472633
Octal26112320606530375074663
Binary1011000110100111000011001101011100011111101000111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15386; }

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

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

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

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

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

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

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

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