Html Css Color HEX #BA4489 Mulberry

📋 copy color: '#BA4489'

red 186 ◦ green 68 ◦ blue 137

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

Shades of Mulberry #BA4489

Tints of Mulberry #BA4489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.39%

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

R = 47.57%
G = 17.39%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA4489 (or 0xBA4489) is known color: Mulberry. HEX triplet: BA, 44 and 89. RGB value is (186,68,137). Sum of RGB (Red+Green+Blue) = 186+68+137=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4489 is #45BB76. Grayscale: #6E6E6E. Windows color (decimal): -4569975 or 8996026. OLE color: 8996026.

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

Color convert

RGB 186 68 137 -
CMYK 0 0.63 0.26 0.27
HSL 324.92º 0.46% 0.5% -
HSV(B) 324.92º 0.63% 0.73% -
XYZ 26.83 16.38 25.41 -
YUV 111.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 186 68 137 0 0.63 0.26 0.27 324.92 0.46 0.5
Hex BA 44 89 0 3F 1A 1B 145 2E 32
Octal 272 104 211 0 77 32 33 505 56 62
Binary 10111010 1000100 10001001 0 111111 11010 11011 101000101 101110 110010

Color Harmonies of #BA4489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4489

Black with #BA4489

Text Example


Text Example

White with #BA4489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4489; }

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

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

background-color css

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

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

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

border-color css

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

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

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