#B16092

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

Shades of Mulberry #B16092

Tints of Mulberry #B16092

Color information

#B16092 (or 0xB16092) is unknown color: approx Mulberry. HEX triplet: B1, 60 and 92. RGB value is (177,96,146). Sum of RGB (Red+Green+Blue) = 177+96+146=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B16092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16092 is #4E9F6D. Grayscale: #7D7D7D. Windows color (decimal): -5152622 or 9593009. OLE color: 9593009.

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

Color convert

RGB17796146-
CMYK00.460.180.31
HSL322.96º34.18%53.53%-
HSV(B)322.96º45.76%69.41%-
XYZ27.519.7929.56-
YUV125.92139.34164.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=42.24%
G=22.91%
B=34.84%

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
Decimal1779614600.460.180.31322.9634.1853.53
HexB1609202E121F1432236
Octal26114022205622375034266
Binary1011000111000001001001001011101001011111101000011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16092; }

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

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

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

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

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

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

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

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