Html Css Color HEX #BA4894 Mulberry

📋 copy color: '#BA4894'

red 186 ◦ green 72 ◦ blue 148

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

Shades of Mulberry #BA4894

Tints of Mulberry #BA4894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

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

R = 45.81%
G = 17.73%
B = 36.45%

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

#BA4894 (or 0xBA4894) is known color: Mulberry. HEX triplet: BA, 48 and 94. RGB value is (186,72,148). Sum of RGB (Red+Green+Blue) = 186+72+148=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4894 is #45B76B. Grayscale: #727272. Windows color (decimal): -4568940 or 9717946. OLE color: 9717946.

HSL color Cylindrical-coordinate representation of color #BA4894: hue angle of 320º 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 #BA4894 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 72 148 -
CMYK 0 0.61 0.20 0.27
HSL 320º 0.45% 0.51% -
HSV(B) 320º 0.61% 0.73% -
XYZ 27.91 17.21 29.87 -
YUV 114.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 186 72 148 0 0.61 0.20 0.27 320 0.45 0.51
Hex BA 48 94 0 3D 14 1B 140 2D 33
Octal 272 110 224 0 75 24 33 500 55 63
Binary 10111010 1001000 10010100 0 111101 10100 11011 101000000 101101 110011

Color Harmonies of #BA4894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4894

Black with #BA4894

Text Example


Text Example

White with #BA4894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4894; }

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

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

background-color css

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

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

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

border-color css

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

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

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