#BA4380

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

Shades of Mulberry #BA4380

Tints of Mulberry #BA4380

Color information

#BA4380 (or 0xBA4380) is unknown color: approx Mulberry. HEX triplet: BA, 43 and 80. RGB value is (186,67,128). Sum of RGB (Red+Green+Blue) = 186+67+128=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4380 is #45BC7F. Grayscale: #6D6D6D. Windows color (decimal): -4570240 or 8405946. OLE color: 8405946.

HSL color Cylindrical-coordinate representation of color #BA4380: hue angle of 329.24º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4380 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18667128-
CMYK00.640.310.27
HSL329.24º47.04%49.61%-
HSV(B)329.24º63.98%72.94%-
XYZ26.1516.0122.13-
YUV109.54138.42182.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=48.82%
G=17.59%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866712800.640.310.27329.2447.0449.61
HexBA43800401F1B1492f32
Octal272103200010037335115762
Binary10111010100001110000000010000001111111011101001001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4380; }

 p { color: rgb(186,67,128); }

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

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

 a { background-color: rgb(186,67,128); }

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

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

 span { border-color: rgb(186,67,128); }

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