#BA429C

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

Shades of Mulberry #BA429C

Tints of Mulberry #BA429C

Color information

#BA429C (or 0xBA429C) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 9C. RGB value is (186,66,156). Sum of RGB (Red+Green+Blue) = 186+66+156=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA429C is #45BD63. Grayscale: #6F6F6F. Windows color (decimal): -4570468 or 10240698. OLE color: 10240698.

HSL color Cylindrical-coordinate representation of color #BA429C: hue angle of 315º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA429C is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18666156-
CMYK00.650.160.27
HSL315º47.62%49.41%-
HSV(B)315º64.52%72.94%-
XYZ28.216.7433.2-
YUV112.14152.76180.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 66 (26.17% from 255) = 16.18%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=45.59%
G=16.18%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866615600.650.160.2731547.6249.41
HexBA429C041101B13b3031
Octal272102234010120334736061
Binary10111010100001010011100010000011000011011100111011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA429C; }

 p { color: rgb(186,66,156); }

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

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

 a { background-color: rgb(186,66,156); }

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

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

 span { border-color: rgb(186,66,156); }

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