Html Css Color HEX #BA4991 Mulberry

📋 copy color: '#BA4991'

red 186 ◦ green 73 ◦ blue 145

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

Shades of Mulberry #BA4991

Tints of Mulberry #BA4991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 46.04%
G = 18.07%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4991 (or 0xBA4991) is known color: Mulberry. HEX triplet: BA, 49 and 91. RGB value is (186,73,145). Sum of RGB (Red+Green+Blue) = 186+73+145=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4991 is #45B66E. Grayscale: #727272. Windows color (decimal): -4568687 or 9521594. OLE color: 9521594.

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

Color convert

RGB 186 73 145 -
CMYK 0 0.61 0.22 0.27
HSL 321.77º 0.45% 0.51% -
HSV(B) 321.77º 0.61% 0.73% -
XYZ 27.74 17.25 28.66 -
YUV 115 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 186 73 145 0 0.61 0.22 0.27 321.77 0.45 0.51
Hex BA 49 91 0 3D 16 1B 142 2D 33
Octal 272 111 221 0 75 26 33 502 55 63
Binary 10111010 1001001 10010001 0 111101 10110 11011 101000010 101101 110011

Color Harmonies of #BA4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4991

Black with #BA4991

Text Example


Text Example

White with #BA4991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4991; }

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

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

background-color css

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

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

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

border-color css

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

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

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