Html Css Color HEX #BA5489 Mulberry

📋 copy color: '#BA5489'

red 186 ◦ green 84 ◦ blue 137

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

Shades of Mulberry #BA5489

Tints of Mulberry #BA5489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.66%

R = 45.7%
G = 20.64%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA5489 (or 0xBA5489) is known color: Mulberry. HEX triplet: BA, 54 and 89. RGB value is (186,84,137). Sum of RGB (Red+Green+Blue) = 186+84+137=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5489 is #45AB76. Grayscale: #787878. Windows color (decimal): -4565879 or 9000122. OLE color: 9000122.

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

Color convert

RGB 186 84 137 -
CMYK 0 0.55 0.26 0.27
HSL 328.82º 0.43% 0.53% -
HSV(B) 328.82º 0.55% 0.73% -
XYZ 27.94 18.59 25.78 -
YUV 120.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 186 84 137 0 0.55 0.26 0.27 328.82 0.43 0.53
Hex BA 54 89 0 37 1A 1B 149 2A 35
Octal 272 124 211 0 67 32 33 511 52 65
Binary 10111010 1010100 10001001 0 110111 11010 11011 101001001 101010 110101

Color Harmonies of #BA5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5489

Black with #BA5489

Text Example


Text Example

White with #BA5489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5489; }

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

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

background-color css

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

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

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

border-color css

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

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

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