#BA4993

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

Shades of Mulberry #BA4993

Tints of Mulberry #BA4993

Color information

#BA4993 (or 0xBA4993) is unknown color: approx Mulberry. HEX triplet: BA, 49 and 93. RGB value is (186,73,147). Sum of RGB (Red+Green+Blue) = 186+73+147=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4993 is #45B66C. Grayscale: #737373. Windows color (decimal): -4568685 or 9652666. OLE color: 9652666.

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

Color convert

RGB18673147-
CMYK00.610.210.27
HSL320.71º45.02%50.78%-
HSV(B)320.71º60.75%72.94%-
XYZ27.917.3129.47-
YUV115.22145.94178.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 73 (28.91% from 255) = 17.98%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=45.81%
G=17.98%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867314700.610.210.27320.7145.0250.78
HexBA499303D151B1412d33
Octal27211122307525335015563
Binary1011101010010011001001101111011010111011101000001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4993; }

 p { color: rgb(186,73,147); }

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

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

 a { background-color: rgb(186,73,147); }

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

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

 span { border-color: rgb(186,73,147); }

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