#B46193

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

Shades of Mulberry #B46193

Tints of Mulberry #B46193

Color information

#B46193 (or 0xB46193) is unknown color: approx Mulberry. HEX triplet: B4, 61 and 93. RGB value is (180,97,147). Sum of RGB (Red+Green+Blue) = 180+97+147=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B46193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46193 is #4B9E6C. Grayscale: #7F7F7F. Windows color (decimal): -4955757 or 9658804. OLE color: 9658804.

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

Color convert

RGB18097147-
CMYK00.460.180.29
HSL323.86º35.62%54.31%-
HSV(B)323.86º46.11%70.59%-
XYZ28.3620.3630.04-
YUV127.52139165.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=42.45%
G=22.88%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809714700.460.180.29323.8635.6254.31
HexB4619302E121D1442436
Octal26414122305622355044466
Binary1011010011000011001001101011101001011101101000100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46193; }

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

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

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

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

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

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

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

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