#B16091

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

Shades of Mulberry #B16091

Tints of Mulberry #B16091

Color information

#B16091 (or 0xB16091) is unknown color: approx Mulberry. HEX triplet: B1, 60 and 91. RGB value is (177,96,145). Sum of RGB (Red+Green+Blue) = 177+96+145=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B16091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16091 is #4E9F6E. Grayscale: #7D7D7D. Windows color (decimal): -5152623 or 9527473. OLE color: 9527473.

HSL color Cylindrical-coordinate representation of color #B16091: hue angle of 323.7º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16091 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17796145-
CMYK00.460.180.31
HSL323.7º34.18%53.53%-
HSV(B)323.7º45.76%69.41%-
XYZ27.4319.7629.16-
YUV125.8138.84164.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=42.34%
G=22.97%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779614500.460.180.31323.734.1853.53
HexB1609102E121F1442236
Octal26114022105622375044266
Binary1011000111000001001000101011101001011111101000100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16091; }

 p { color: rgb(177,96,145); }

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

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

 a { background-color: rgb(177,96,145); }

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

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

 span { border-color: rgb(177,96,145); }

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