Html Css Color HEX #BA5486 Mulberry

📋 copy color: '#BA5486'

red 186 ◦ green 84 ◦ blue 134

#BA5486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #BA5486

Tints of Mulberry #BA5486

RGB

 RED value IS 186 (73.05% from 255) = 46.04%

 GREEN value IS 84 (33.2% from 255) = 20.79%

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 46.04%
G = 20.79%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA5486 (or 0xBA5486) is known color: Mulberry. HEX triplet: BA, 54 and 86. RGB value is (186,84,134). Sum of RGB (Red+Green+Blue) = 186+84+134=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5486 is #45AB79. Grayscale: #787878. Windows color (decimal): -4565882 or 8803514. OLE color: 8803514.

HSL color Cylindrical-coordinate representation of color #BA5486: hue angle of 330.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5486 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 84 134 -
CMYK 0 0.55 0.28 0.27
HSL 330.59º 0.43% 0.53% -
HSV(B) 330.59º 0.55% 0.73% -
XYZ 27.72 18.5 24.66 -
YUV 120.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 186 84 134 0 0.55 0.28 0.27 330.59 0.43 0.53
Hex BA 54 86 0 37 1C 1B 14B 2A 35
Octal 272 124 206 0 67 34 33 513 52 65
Binary 10111010 1010100 10000110 0 110111 11100 11011 101001011 101010 110101

Color Harmonies of #BA5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5486

Black with #BA5486

Text Example


Text Example

White with #BA5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5486; }

 p { color: rgb(186,84,134); }

 H1.HeaderClassName
 {
   color: #BA5486;
 }
 .AnyTagClassName
 {
   color: #BA5486;
 }
</style>

background-color css

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

 a { background-color: rgb(186,84,134); }

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

border-color css

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

 span { border-color: rgb(186,84,134); }

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