Html Css Color HEX #BA4994 Mulberry

📋 copy color: '#BA4994'

red 186 ◦ green 73 ◦ blue 148

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

Shades of Mulberry #BA4994

Tints of Mulberry #BA4994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.94%

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 45.7%
G = 17.94%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA4994 (or 0xBA4994) is known color: Mulberry. HEX triplet: BA, 49 and 94. RGB value is (186,73,148). Sum of RGB (Red+Green+Blue) = 186+73+148=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4994 is #45B66B. Grayscale: #737373. Windows color (decimal): -4568684 or 9718202. OLE color: 9718202.

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

Color convert

RGB 186 73 148 -
CMYK 0 0.61 0.20 0.27
HSL 320.18º 0.45% 0.51% -
HSV(B) 320.18º 0.61% 0.73% -
XYZ 27.98 17.34 29.89 -
YUV 115.34 146.44 178.4 -
System Red Green Blue C M Y K H S L
Decimal 186 73 148 0 0.61 0.20 0.27 320.18 0.45 0.51
Hex BA 49 94 0 3D 14 1B 140 2D 33
Octal 272 111 224 0 75 24 33 500 55 63
Binary 10111010 1001001 10010100 0 111101 10100 11011 101000000 101101 110011

Color Harmonies of #BA4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4994

Black with #BA4994

Text Example


Text Example

White with #BA4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4994; }

 p { color: rgb(186,73,148); }

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

background-color css

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

 a { background-color: rgb(186,73,148); }

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

border-color css

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

 span { border-color: rgb(186,73,148); }

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