#B16195

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

Shades of Mulberry #B16195

Tints of Mulberry #B16195

Color information

#B16195 (or 0xB16195) is unknown color: approx Mulberry. HEX triplet: B1, 61 and 95. RGB value is (177,97,149). Sum of RGB (Red+Green+Blue) = 177+97+149=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B16195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16195 is #4E9E6A. Grayscale: #7E7E7E. Windows color (decimal): -5152363 or 9789873. OLE color: 9789873.

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

Color convert

RGB17797149-
CMYK00.450.160.31
HSL321º33.9%53.73%-
HSV(B)321º45.2%69.41%-
XYZ27.8320.0730.84-
YUV126.85140.5163.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=41.84%
G=22.93%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779714900.450.160.3132133.953.73
HexB1619502D101F1412236
Octal26114122505520375014266
Binary1011000111000011001010101011011000011111101000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16195; }

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

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

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

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

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

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

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

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