#B15B96

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

Shades of Mulberry #B15B96

Tints of Mulberry #B15B96

Color information

#B15B96 (or 0xB15B96) is unknown color: approx Mulberry. HEX triplet: B1, 5B and 96. RGB value is (177,91,150). Sum of RGB (Red+Green+Blue) = 177+91+150=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B96 is #4EA469. Grayscale: #7B7B7B. Windows color (decimal): -5153898 or 9853873. OLE color: 9853873.

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

Color convert

RGB17791150-
CMYK00.490.150.31
HSL318.84º35.54%52.55%-
HSV(B)318.84º48.59%69.41%-
XYZ27.3819.0331.08-
YUV123.44142.99166.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=42.34%
G=21.77%
B=35.89%

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
Decimal1779115000.490.150.31318.8435.5452.55
HexB15B96031F1F13f2435
Octal26113322606117374774465
Binary101100011011011100101100110001111111111100111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B96; }

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

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

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

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

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

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

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

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