#B46096

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

Shades of Mulberry #B46096

Tints of Mulberry #B46096

Color information

#B46096 (or 0xB46096) is unknown color: approx Mulberry. HEX triplet: B4, 60 and 96. RGB value is (180,96,150). Sum of RGB (Red+Green+Blue) = 180+96+150=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B46096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46096 is #4B9F69. Grayscale: #7F7F7F. Windows color (decimal): -4956010 or 9855156. OLE color: 9855156.

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

Color convert

RGB18096150-
CMYK00.470.170.29
HSL321.43º35.9%54.12%-
HSV(B)321.43º46.67%70.59%-
XYZ28.5120.2731.26-
YUV127.27140.83165.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=42.25%
G=22.54%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809615000.470.170.29321.4335.954.12
HexB4609602F111D1412436
Octal26414022605721355014466
Binary1011010011000001001011001011111000111101101000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46096; }

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

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

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

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

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

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

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

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