Html Css Color HEX #BA4789 Mulberry

📋 copy color: '#BA4789'

red 186 ◦ green 71 ◦ blue 137

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

Shades of Mulberry #BA4789

Tints of Mulberry #BA4789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.02%

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

R = 47.21%
G = 18.02%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA4789 (or 0xBA4789) is known color: Mulberry. HEX triplet: BA, 47 and 89. RGB value is (186,71,137). Sum of RGB (Red+Green+Blue) = 186+71+137=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4789 is #45B876. Grayscale: #707070. Windows color (decimal): -4569207 or 8996794. OLE color: 8996794.

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

Color convert

RGB 186 71 137 -
CMYK 0 0.62 0.26 0.27
HSL 325.57º 0.45% 0.5% -
HSV(B) 325.57º 0.62% 0.73% -
XYZ 27.02 16.75 25.48 -
YUV 112.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 186 71 137 0 0.62 0.26 0.27 325.57 0.45 0.5
Hex BA 47 89 0 3E 1A 1B 146 2D 32
Octal 272 107 211 0 76 32 33 506 55 62
Binary 10111010 1000111 10001001 0 111110 11010 11011 101000110 101101 110010

Color Harmonies of #BA4789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4789

Black with #BA4789

Text Example


Text Example

White with #BA4789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4789; }

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

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

background-color css

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

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

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

border-color css

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

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

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