#B16093

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

Shades of Mulberry #B16093

Tints of Mulberry #B16093

Color information

#B16093 (or 0xB16093) is unknown color: approx Mulberry. HEX triplet: B1, 60 and 93. RGB value is (177,96,147). Sum of RGB (Red+Green+Blue) = 177+96+147=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B16093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16093 is #4E9F6C. Grayscale: #7D7D7D. Windows color (decimal): -5152621 or 9658545. OLE color: 9658545.

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

Color convert

RGB17796147-
CMYK00.460.170.31
HSL322.22º34.18%53.53%-
HSV(B)322.22º45.76%69.41%-
XYZ27.5819.8229.98-
YUV126.03139.84164.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 147 (57.81% from 255) = 35%
R=42.14%
G=22.86%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779614700.460.170.31322.2234.1853.53
HexB1609302E111F1422236
Octal26114022305621375024266
Binary1011000111000001001001101011101000111111101000010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16093; }

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

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

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

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

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

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

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

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