#ba4b99

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

Shades of Mulberry #BA4B99

Tints of Mulberry #BA4B99

Color information

#BA4B99 (or 0xBA4B99) is unknown color: approx Mulberry. HEX triplet: BA, 4B and 99. RGB value is (186,75,153). Sum of RGB (Red+Green+Blue) = 186+75+153=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B99 is #45B466. Grayscale: #747474. Windows color (decimal): -4568167 or 10046394. OLE color: 10046394.

HSL color Cylindrical-coordinate representation of color #BA4B99: hue angle of 317.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B99 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18675153-
CMYK00.600.180.27
HSL317.84º44.58%51.18%-
HSV(B)317.84º59.68%72.94%-
XYZ28.5217.7732.06-
YUV117.08148.27177.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=44.93%
G=18.12%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867515300.600.180.27317.8444.5851.18
HexBA4B9903C121B13e2d33
Octal27211323107422334765563
Binary1011101010010111001100101111001001011011100111110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4b99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4b99; }

 p { color: rgb(186,75,153); }

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

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

 a { background-color: rgb(186,75,153); }

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

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

 span { border-color: rgb(186,75,153); }

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