Html Css Color HEX #BA5389 Mulberry

📋 copy color: '#BA5389'

red 186 ◦ green 83 ◦ blue 137

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

Shades of Mulberry #BA5389

Tints of Mulberry #BA5389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

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

R = 45.81%
G = 20.44%
B = 33.74%

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

#BA5389 (or 0xBA5389) is known color: Mulberry. HEX triplet: BA, 53 and 89. RGB value is (186,83,137). Sum of RGB (Red+Green+Blue) = 186+83+137=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5389 is #45AC76. Grayscale: #777777. Windows color (decimal): -4566135 or 8999866. OLE color: 8999866.

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

Color convert

RGB 186 83 137 -
CMYK 0 0.55 0.26 0.27
HSL 328.54º 0.43% 0.53% -
HSV(B) 328.54º 0.55% 0.73% -
XYZ 27.86 18.43 25.76 -
YUV 119.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 186 83 137 0 0.55 0.26 0.27 328.54 0.43 0.53
Hex BA 53 89 0 37 1A 1B 149 2B 35
Octal 272 123 211 0 67 32 33 511 53 65
Binary 10111010 1010011 10001001 0 110111 11010 11011 101001001 101011 110101

Color Harmonies of #BA5389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5389

Black with #BA5389

Text Example


Text Example

White with #BA5389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5389; }

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

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

background-color css

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

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

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

border-color css

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

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

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