#B15B95

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

Shades of Mulberry #B15B95

Tints of Mulberry #B15B95

Color information

#B15B95 (or 0xB15B95) is unknown color: approx Mulberry. HEX triplet: B1, 5B and 95. RGB value is (177,91,149). Sum of RGB (Red+Green+Blue) = 177+91+149=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B95 is #4EA46A. Grayscale: #7B7B7B. Windows color (decimal): -5153899 or 9788337. OLE color: 9788337.

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

Color convert

RGB17791149-
CMYK00.490.160.31
HSL319.53º35.54%52.55%-
HSV(B)319.53º48.59%69.41%-
XYZ27.31930.66-
YUV123.33142.49166.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=42.45%
G=21.82%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779114900.490.160.31319.5335.5452.55
HexB15B95031101F1402435
Octal26113322506120375004465
Binary1011000110110111001010101100011000011111101000000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B95; }

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

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

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

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

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

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

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

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