#B46392

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

Shades of Mulberry #B46392

Tints of Mulberry #B46392

Color information

#B46392 (or 0xB46392) is unknown color: approx Mulberry. HEX triplet: B4, 63 and 92. RGB value is (180,99,146). Sum of RGB (Red+Green+Blue) = 180+99+146=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B46392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46392 is #4B9C6D. Grayscale: #808080. Windows color (decimal): -4955246 or 9593780. OLE color: 9593780.

HSL color Cylindrical-coordinate representation of color #B46392: hue angle of 325.19º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46392 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18099146-
CMYK00.450.190.29
HSL325.19º35.06%54.71%-
HSV(B)325.19º45%70.59%-
XYZ28.4720.729.69-
YUV128.58137.84164.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=42.35%
G=23.29%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809914600.450.190.29325.1935.0654.71
HexB4639202D131D1452337
Octal26414322205523355054367
Binary1011010011000111001001001011011001111101101000101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46392; }

 p { color: rgb(180,99,146); }

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

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

 a { background-color: rgb(180,99,146); }

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

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

 span { border-color: rgb(180,99,146); }

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