Html Css Color HEX #BA4794 Mulberry

📋 copy color: '#BA4794'

red 186 ◦ green 71 ◦ blue 148

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

Shades of Mulberry #BA4794

Tints of Mulberry #BA4794

RGB

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

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

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

R = 45.93%
G = 17.53%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA4794 (or 0xBA4794) is known color: Mulberry. HEX triplet: BA, 47 and 94. RGB value is (186,71,148). Sum of RGB (Red+Green+Blue) = 186+71+148=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4794 is #45B86B. Grayscale: #717171. Windows color (decimal): -4569196 or 9717690. OLE color: 9717690.

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

Color convert

RGB 186 71 148 -
CMYK 0 0.62 0.20 0.27
HSL 319.83º 0.45% 0.5% -
HSV(B) 319.83º 0.62% 0.73% -
XYZ 27.85 17.08 29.85 -
YUV 114.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 186 71 148 0 0.62 0.20 0.27 319.83 0.45 0.5
Hex BA 47 94 0 3E 14 1B 140 2D 32
Octal 272 107 224 0 76 24 33 500 55 62
Binary 10111010 1000111 10010100 0 111110 10100 11011 101000000 101101 110010

Color Harmonies of #BA4794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4794

Black with #BA4794

Text Example


Text Example

White with #BA4794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4794; }

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

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

background-color css

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

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

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

border-color css

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

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

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