#B15B88

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

Shades of Mulberry #B15B88

Tints of Mulberry #B15B88

Color information

#B15B88 (or 0xB15B88) is unknown color: approx Mulberry. HEX triplet: B1, 5B and 88. RGB value is (177,91,136). Sum of RGB (Red+Green+Blue) = 177+91+136=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B88 is #4EA477. Grayscale: #797979. Windows color (decimal): -5153912 or 8936369. OLE color: 8936369.

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

Color convert

RGB17791136-
CMYK00.490.230.31
HSL328.6º35.54%52.55%-
HSV(B)328.6º48.59%69.41%-
XYZ26.3218.6125.5-
YUV121.84135.99167.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 91 (35.94% from 255) = 22.52%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=43.81%
G=22.52%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779113600.490.230.31328.635.5452.55
HexB15B88031171F1492435
Octal26113321006127375114465
Binary1011000110110111000100001100011011111111101001001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B88; }

 p { color: rgb(177,91,136); }

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

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

 a { background-color: rgb(177,91,136); }

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

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

 span { border-color: rgb(177,91,136); }

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