#BA4298

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

Shades of Mulberry #BA4298

Tints of Mulberry #BA4298

Color information

#BA4298 (or 0xBA4298) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 98. RGB value is (186,66,152). Sum of RGB (Red+Green+Blue) = 186+66+152=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4298 is #45BD67. Grayscale: #6F6F6F. Windows color (decimal): -4570472 or 9978554. OLE color: 9978554.

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

Color convert

RGB18666152-
CMYK00.650.180.27
HSL317º47.62%49.41%-
HSV(B)317º64.52%72.94%-
XYZ27.8716.631.44-
YUV111.68150.76181.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 152 (59.77% from 255) = 37.62%
R=46.04%
G=16.34%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866615200.650.180.2731747.6249.41
HexBA4298041121B13d3031
Octal272102230010122334756061
Binary10111010100001010011000010000011001011011100111101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4298; }

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

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

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

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

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

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

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

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