#B46090

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

Shades of Mulberry #B46090

Tints of Mulberry #B46090

Color information

#B46090 (or 0xB46090) is unknown color: approx Mulberry. HEX triplet: B4, 60 and 90. RGB value is (180,96,144). Sum of RGB (Red+Green+Blue) = 180+96+144=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B46090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46090 is #4B9F6F. Grayscale: #7E7E7E. Windows color (decimal): -4956016 or 9461940. OLE color: 9461940.

HSL color Cylindrical-coordinate representation of color #B46090: hue angle of 325.71º 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 #B46090 is Cyan = 0, Magento = 0.47, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB18096144-
CMYK00.470.20.29
HSL325.71º35.9%54.12%-
HSV(B)325.71º46.67%70.59%-
XYZ28.0420.0828.78-
YUV126.59137.83166.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=42.86%
G=22.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809614400.470.20.29325.7135.954.12
HexB4609002F141D1462436
Octal26414022005724355064466
Binary1011010011000001001000001011111010011101101000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46090; }

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

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

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

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

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

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

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

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