#BA448F

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

Shades of Mulberry #BA448F

Tints of Mulberry #BA448F

Color information

#BA448F (or 0xBA448F) is unknown color: approx Mulberry. HEX triplet: BA, 44 and 8F. RGB value is (186,68,143). Sum of RGB (Red+Green+Blue) = 186+68+143=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA448F is #45BB70. Grayscale: #6F6F6F. Windows color (decimal): -4569969 or 9389242. OLE color: 9389242.

HSL color Cylindrical-coordinate representation of color #BA448F: hue angle of 321.86º 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 #BA448F is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18668143-
CMYK00.630.230.27
HSL321.86º46.46%49.8%-
HSV(B)321.86º63.44%72.94%-
XYZ27.2716.5627.74-
YUV111.83145.59180.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=46.85%
G=17.13%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866814300.630.230.27321.8646.4649.8
HexBA448F03F171B1422e32
Octal27210421707727335025662
Binary1011101010001001000111101111111011111011101000010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA448F; }

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

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

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

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

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

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

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

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