#B46091

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

Shades of Mulberry #B46091

Tints of Mulberry #B46091

Color information

#B46091 (or 0xB46091) is unknown color: approx Mulberry. HEX triplet: B4, 60 and 91. RGB value is (180,96,145). Sum of RGB (Red+Green+Blue) = 180+96+145=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B46091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46091 is #4B9F6E. Grayscale: #7E7E7E. Windows color (decimal): -4956015 or 9527476. OLE color: 9527476.

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

Color convert

RGB18096145-
CMYK00.470.190.29
HSL325º35.9%54.12%-
HSV(B)325º46.67%70.59%-
XYZ28.1220.1129.19-
YUV126.7138.33166.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 145 (57.03% from 255) = 34.44%
R=42.76%
G=22.80%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809614500.470.190.2932535.954.12
HexB4609102F131D1452436
Octal26414022105723355054466
Binary1011010011000001001000101011111001111101101000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46091; }

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

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

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

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

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

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

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

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