#BA429A

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

Shades of Mulberry #BA429A

Tints of Mulberry #BA429A

Color information

#BA429A (or 0xBA429A) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 9A. RGB value is (186,66,154). Sum of RGB (Red+Green+Blue) = 186+66+154=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA429A is #45BD65. Grayscale: #6F6F6F. Windows color (decimal): -4570470 or 10109626. OLE color: 10109626.

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

Color convert

RGB18666154-
CMYK00.650.170.27
HSL316º47.62%49.41%-
HSV(B)316º64.52%72.94%-
XYZ28.0316.6732.31-
YUV111.91151.76180.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 66 (26.17% from 255) = 16.26%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=45.81%
G=16.26%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866615400.650.170.2731647.6249.41
HexBA429A041111B13c3031
Octal272102232010121334746061
Binary10111010100001010011010010000011000111011100111100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA429A; }

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

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

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

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

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

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

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

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