#B15B97

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

Shades of Mulberry #B15B97

Tints of Mulberry #B15B97

Color information

#B15B97 (or 0xB15B97) is unknown color: approx Mulberry. HEX triplet: B1, 5B and 97. RGB value is (177,91,151). Sum of RGB (Red+Green+Blue) = 177+91+151=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B97 is #4EA468. Grayscale: #7B7B7B. Windows color (decimal): -5153897 or 9919409. OLE color: 9919409.

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

Color convert

RGB17791151-
CMYK00.490.150.31
HSL318.14º35.54%52.55%-
HSV(B)318.14º48.59%69.41%-
XYZ27.4619.0631.51-
YUV123.55143.49166.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=42.24%
G=21.72%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779115100.490.150.31318.1435.5452.55
HexB15B97031F1F13e2435
Octal26113322706117374764465
Binary101100011011011100101110110001111111111100111110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B97; }

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

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

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

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

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

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

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

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