#ba4291

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

Shades of Mulberry #BA4291

Tints of Mulberry #BA4291

Color information

#BA4291 (or 0xBA4291) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 91. RGB value is (186,66,145). Sum of RGB (Red+Green+Blue) = 186+66+145=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4291 is #45BD6E. Grayscale: #6E6E6E. Windows color (decimal): -4570479 or 9519802. OLE color: 9519802.

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

Color convert

RGB18666145-
CMYK00.650.220.27
HSL320.5º47.62%49.41%-
HSV(B)320.5º64.52%72.94%-
XYZ27.3116.3828.51-
YUV110.89147.26181.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 66 (26.17% from 255) = 16.62%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=46.85%
G=16.62%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866614500.650.220.27320.547.6249.41
HexBA4291041161B1403031
Octal272102221010126335006061
Binary10111010100001010010001010000011011011011101000000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4291; }

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

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

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

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

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

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

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

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