#B16293

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

Shades of Mulberry #B16293

Tints of Mulberry #B16293

Color information

#B16293 (or 0xB16293) is unknown color: approx Mulberry. HEX triplet: B1, 62 and 93. RGB value is (177,98,147). Sum of RGB (Red+Green+Blue) = 177+98+147=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16293 is #4E9D6C. Grayscale: #7F7F7F. Windows color (decimal): -5152109 or 9659057. OLE color: 9659057.

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

Color convert

RGB17798147-
CMYK00.450.170.31
HSL322.78º33.62%53.92%-
HSV(B)322.78º44.63%69.41%-
XYZ27.7720.1930.04-
YUV127.21139.17163.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=41.94%
G=23.22%
B=34.83%

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
Decimal1779814700.450.170.31322.7833.6253.92
HexB1629302D111F1432236
Octal26114222305521375034266
Binary1011000111000101001001101011011000111111101000011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16293; }

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

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

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

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

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

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

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

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