Html Css Color HEX #BA4389 Mulberry

📋 copy color: '#BA4389'

red 186 ◦ green 67 ◦ blue 137

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

Shades of Mulberry #BA4389

Tints of Mulberry #BA4389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.18%

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

R = 47.69%
G = 17.18%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA4389 (or 0xBA4389) is known color: Mulberry. HEX triplet: BA, 43 and 89. RGB value is (186,67,137). Sum of RGB (Red+Green+Blue) = 186+67+137=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4389 is #45BC76. Grayscale: #6E6E6E. Windows color (decimal): -4570231 or 8995770. OLE color: 8995770.

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

Color convert

RGB 186 67 137 -
CMYK 0 0.64 0.26 0.27
HSL 324.71º 0.47% 0.5% -
HSV(B) 324.71º 0.64% 0.73% -
XYZ 26.77 16.26 25.39 -
YUV 110.56 142.92 181.81 -
System Red Green Blue C M Y K H S L
Decimal 186 67 137 0 0.64 0.26 0.27 324.71 0.47 0.5
Hex BA 43 89 0 40 1A 1B 145 2F 32
Octal 272 103 211 0 100 32 33 505 57 62
Binary 10111010 1000011 10001001 0 1000000 11010 11011 101000101 101111 110010

Color Harmonies of #BA4389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4389

Black with #BA4389

Text Example


Text Example

White with #BA4389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4389; }

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

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

background-color css

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

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

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

border-color css

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

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

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