#BA4B82

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

Shades of Mulberry #BA4B82

Tints of Mulberry #BA4B82

Color information

#BA4B82 (or 0xBA4B82) is unknown color: approx Mulberry. HEX triplet: BA, 4B and 82. RGB value is (186,75,130). Sum of RGB (Red+Green+Blue) = 186+75+130=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B82 is #45B47D. Grayscale: #727272. Windows color (decimal): -4568190 or 8539066. OLE color: 8539066.

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

Color convert

RGB18675130-
CMYK00.600.300.27
HSL330.27º44.58%51.18%-
HSV(B)330.27º59.68%72.94%-
XYZ26.817.0823-
YUV114.46136.77179.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=47.57%
G=19.18%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867513000.600.300.27330.2744.5851.18
HexBA4B8203C1E1B14a2d33
Octal27211320207436335125563
Binary1011101010010111000001001111001111011011101001010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B82; }

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

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

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

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

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

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

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

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