Html Css Color HEX #BA4A89 Mulberry

📋 copy color: '#BA4A89'

red 186 ◦ green 74 ◦ blue 137

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

Shades of Mulberry #BA4A89

Tints of Mulberry #BA4A89

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

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

R = 46.85%
G = 18.64%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA4A89 (or 0xBA4A89) is known color: Mulberry. HEX triplet: BA, 4A and 89. RGB value is (186,74,137). Sum of RGB (Red+Green+Blue) = 186+74+137=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A89 is #45B576. Grayscale: #727272. Windows color (decimal): -4568439 or 8997562. OLE color: 8997562.

HSL color Cylindrical-coordinate representation of color #BA4A89: hue angle of 326.25º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A89 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 137 -
CMYK 0 0.60 0.26 0.27
HSL 326.25º 0.45% 0.51% -
HSV(B) 326.25º 0.6% 0.73% -
XYZ 27.21 17.14 25.54 -
YUV 114.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 186 74 137 0 0.60 0.26 0.27 326.25 0.45 0.51
Hex BA 4A 89 0 3C 1A 1B 146 2D 33
Octal 272 112 211 0 74 32 33 506 55 63
Binary 10111010 1001010 10001001 0 111100 11010 11011 101000110 101101 110011

Color Harmonies of #BA4A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A89

Black with #BA4A89

Text Example


Text Example

White with #BA4A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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