#B16193

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

Shades of Mulberry #B16193

Tints of Mulberry #B16193

Color information

#B16193 (or 0xB16193) is unknown color: approx Mulberry. HEX triplet: B1, 61 and 93. RGB value is (177,97,147). Sum of RGB (Red+Green+Blue) = 177+97+147=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B16193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16193 is #4E9E6C. Grayscale: #7E7E7E. Windows color (decimal): -5152365 or 9658801. OLE color: 9658801.

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

Color convert

RGB17797147-
CMYK00.450.170.31
HSL322.5º33.9%53.73%-
HSV(B)322.5º45.2%69.41%-
XYZ27.672030.01-
YUV126.62139.5163.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=42.04%
G=23.04%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779714700.450.170.31322.533.953.73
HexB1619302D111F1422236
Octal26114122305521375024266
Binary1011000111000011001001101011011000111111101000010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16193; }

 p { color: rgb(177,97,147); }

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

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

 a { background-color: rgb(177,97,147); }

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

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

 span { border-color: rgb(177,97,147); }

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