Html Css Color HEX #BA4195 Mulberry

📋 copy color: '#BA4195'

red 186 ◦ green 65 ◦ blue 149

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

Shades of Mulberry #BA4195

Tints of Mulberry #BA4195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 46.5%
G = 16.25%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA4195 (or 0xBA4195) is known color: Mulberry. HEX triplet: BA, 41 and 95. RGB value is (186,65,149). Sum of RGB (Red+Green+Blue) = 186+65+149=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4195 is #45BE6A. Grayscale: #6E6E6E. Windows color (decimal): -4570731 or 9781690. OLE color: 9781690.

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

Color convert

RGB 186 65 149 -
CMYK 0 0.65 0.20 0.27
HSL 318.35º 0.48% 0.49% -
HSV(B) 318.35º 0.65% 0.73% -
XYZ 27.56 16.39 30.14 -
YUV 110.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 186 65 149 0 0.65 0.20 0.27 318.35 0.48 0.49
Hex BA 41 95 0 41 14 1B 13E 30 31
Octal 272 101 225 0 101 24 33 476 60 61
Binary 10111010 1000001 10010101 0 1000001 10100 11011 100111110 110000 110001

Color Harmonies of #BA4195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4195

Black with #BA4195

Text Example


Text Example

White with #BA4195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4195; }

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

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

background-color css

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

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

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

border-color css

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

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

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