#B46196

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

Shades of Mulberry #B46196

Tints of Mulberry #B46196

Color information

#B46196 (or 0xB46196) is unknown color: approx Mulberry. HEX triplet: B4, 61 and 96. RGB value is (180,97,150). Sum of RGB (Red+Green+Blue) = 180+97+150=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B46196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46196 is #4B9E69. Grayscale: #7F7F7F. Windows color (decimal): -4955754 or 9855412. OLE color: 9855412.

HSL color Cylindrical-coordinate representation of color #B46196: hue angle of 321.69º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46196 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18097150-
CMYK00.460.170.29
HSL321.69º35.62%54.31%-
HSV(B)321.69º46.11%70.59%-
XYZ28.620.4531.29-
YUV127.86140.5165.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=42.15%
G=22.72%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809715000.460.170.29321.6935.6254.31
HexB4619602E111D1422436
Octal26414122605621355024466
Binary1011010011000011001011001011101000111101101000010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46196; }

 p { color: rgb(180,97,150); }

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

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

 a { background-color: rgb(180,97,150); }

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

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

 span { border-color: rgb(180,97,150); }

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