#BA4B8C

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

Shades of Mulberry #BA4B8C

Tints of Mulberry #BA4B8C

Color information

#BA4B8C (or 0xBA4B8C) is unknown color: approx Mulberry. HEX triplet: BA, 4B and 8C. RGB value is (186,75,140). Sum of RGB (Red+Green+Blue) = 186+75+140=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B8C is #45B473. Grayscale: #737373. Windows color (decimal): -4568180 or 9194426. OLE color: 9194426.

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

Color convert

RGB18675140-
CMYK00.600.250.27
HSL324.86º44.58%51.18%-
HSV(B)324.86º59.68%72.94%-
XYZ27.517.3626.71-
YUV115.6141.77178.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=46.38%
G=18.70%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867514000.600.250.27324.8644.5851.18
HexBA4B8C03C191B1452d33
Octal27211321407431335055563
Binary1011101010010111000110001111001100111011101000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B8C; }

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

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

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

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

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

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

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

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