#B46093

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

Shades of Mulberry #B46093

Tints of Mulberry #B46093

Color information

#B46093 (or 0xB46093) is unknown color: approx Mulberry. HEX triplet: B4, 60 and 93. RGB value is (180,96,147). Sum of RGB (Red+Green+Blue) = 180+96+147=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B46093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46093 is #4B9F6C. Grayscale: #7E7E7E. Windows color (decimal): -4956013 or 9658548. OLE color: 9658548.

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

Color convert

RGB18096147-
CMYK00.470.180.29
HSL323.57º35.9%54.12%-
HSV(B)323.57º46.67%70.59%-
XYZ28.2720.1830.01-
YUV126.93139.33165.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=42.55%
G=22.70%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809614700.470.180.29323.5735.954.12
HexB4609302F121D1442436
Octal26414022305722355044466
Binary1011010011000001001001101011111001011101101000100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46093; }

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

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

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

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

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

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

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

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