#BA4392

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

Shades of Mulberry #BA4392

Tints of Mulberry #BA4392

Color information

#BA4392 (or 0xBA4392) is unknown color: approx Mulberry. HEX triplet: BA, 43 and 92. RGB value is (186,67,146). Sum of RGB (Red+Green+Blue) = 186+67+146=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4392 is #45BC6D. Grayscale: #6F6F6F. Windows color (decimal): -4570222 or 9585594. OLE color: 9585594.

HSL color Cylindrical-coordinate representation of color #BA4392: hue angle of 320.17º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4392 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18667146-
CMYK00.640.220.27
HSL320.17º47.04%49.61%-
HSV(B)320.17º63.98%72.94%-
XYZ27.4516.5328.94-
YUV111.59147.42181.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 67 (26.56% from 255) = 16.79%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=46.62%
G=16.79%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866714600.640.220.27320.1747.0449.61
HexBA4392040161B1402f32
Octal272103222010026335005762
Binary10111010100001110010010010000001011011011101000000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4392; }

 p { color: rgb(186,67,146); }

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

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

 a { background-color: rgb(186,67,146); }

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

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

 span { border-color: rgb(186,67,146); }

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