#BA4297

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

Shades of Mulberry #BA4297

Tints of Mulberry #BA4297

Color information

#BA4297 (or 0xBA4297) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 97. RGB value is (186,66,151). Sum of RGB (Red+Green+Blue) = 186+66+151=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4297 is #45BD68. Grayscale: #6F6F6F. Windows color (decimal): -4570473 or 9913018. OLE color: 9913018.

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

Color convert

RGB18666151-
CMYK00.650.190.27
HSL317.5º47.62%49.41%-
HSV(B)317.5º64.52%72.94%-
XYZ27.7816.5731.01-
YUV111.57150.26181.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=46.15%
G=16.38%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866615100.650.190.27317.547.6249.41
HexBA4297041131B13e3031
Octal272102227010123334766061
Binary10111010100001010010111010000011001111011100111110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4297; }

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

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

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

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

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

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

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

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