#BA448E

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

Shades of Mulberry #BA448E

Tints of Mulberry #BA448E

Color information

#BA448E (or 0xBA448E) is unknown color: approx Mulberry. HEX triplet: BA, 44 and 8E. RGB value is (186,68,142). Sum of RGB (Red+Green+Blue) = 186+68+142=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA448E is #45BB71. Grayscale: #6F6F6F. Windows color (decimal): -4569970 or 9323706. OLE color: 9323706.

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

Color convert

RGB18668142-
CMYK00.630.240.27
HSL322.37º46.46%49.8%-
HSV(B)322.37º63.44%72.94%-
XYZ27.216.5327.35-
YUV111.72145.09180.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=46.97%
G=17.17%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866814200.630.240.27322.3746.4649.8
HexBA448E03F181B1422e32
Octal27210421607730335025662
Binary1011101010001001000111001111111100011011101000010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA448E; }

 p { color: rgb(186,68,142); }

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

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

 a { background-color: rgb(186,68,142); }

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

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

 span { border-color: rgb(186,68,142); }

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