Html Css Color HEX #BA5689 Mulberry

📋 copy color: '#BA5689'

red 186 ◦ green 86 ◦ blue 137

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

Shades of Mulberry #BA5689

Tints of Mulberry #BA5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.03%

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

R = 45.48%
G = 21.03%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA5689 (or 0xBA5689) is known color: Mulberry. HEX triplet: BA, 56 and 89. RGB value is (186,86,137). Sum of RGB (Red+Green+Blue) = 186+86+137=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5689 is #45A976. Grayscale: #797979. Windows color (decimal): -4565367 or 9000634. OLE color: 9000634.

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

Color convert

RGB 186 86 137 -
CMYK 0 0.54 0.26 0.27
HSL 329.4º 0.42% 0.53% -
HSV(B) 329.4º 0.54% 0.73% -
XYZ 28.09 18.9 25.83 -
YUV 121.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 186 86 137 0 0.54 0.26 0.27 329.4 0.42 0.53
Hex BA 56 89 0 36 1A 1B 149 2A 35
Octal 272 126 211 0 66 32 33 511 52 65
Binary 10111010 1010110 10001001 0 110110 11010 11011 101001001 101010 110101

Color Harmonies of #BA5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5689

Black with #BA5689

Text Example


Text Example

White with #BA5689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5689; }

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

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

background-color css

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

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

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

border-color css

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

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

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