Html Css Color HEX #BA4191 Mulberry

📋 copy color: '#BA4191'

red 186 ◦ green 65 ◦ blue 145

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

Shades of Mulberry #BA4191

Tints of Mulberry #BA4191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

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

R = 46.97%
G = 16.41%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4191 (or 0xBA4191) is known color: Mulberry. HEX triplet: BA, 41 and 91. RGB value is (186,65,145). Sum of RGB (Red+Green+Blue) = 186+65+145=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4191 is #45BE6E. Grayscale: #6E6E6E. Windows color (decimal): -4570735 or 9519546. OLE color: 9519546.

HSL color Cylindrical-coordinate representation of color #BA4191: hue angle of 320.33º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4191 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 145 -
CMYK 0 0.65 0.22 0.27
HSL 320.33º 0.48% 0.49% -
HSV(B) 320.33º 0.65% 0.73% -
XYZ 27.25 16.26 28.49 -
YUV 110.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 186 65 145 0 0.65 0.22 0.27 320.33 0.48 0.49
Hex BA 41 91 0 41 16 1B 140 30 31
Octal 272 101 221 0 101 26 33 500 60 61
Binary 10111010 1000001 10010001 0 1000001 10110 11011 101000000 110000 110001

Color Harmonies of #BA4191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4191

Black with #BA4191

Text Example


Text Example

White with #BA4191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4191; }

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

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

background-color css

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

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

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

border-color css

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

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

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