Html Css Color HEX #BA4199 Mulberry

📋 copy color: '#BA4199'

red 186 ◦ green 65 ◦ blue 153

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

Shades of Mulberry #BA4199

Tints of Mulberry #BA4199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 46.04%
G = 16.09%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA4199 (or 0xBA4199) is known color: Mulberry. HEX triplet: BA, 41 and 99. RGB value is (186,65,153). Sum of RGB (Red+Green+Blue) = 186+65+153=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4199 is #45BE66. Grayscale: #6E6E6E. Windows color (decimal): -4570727 or 10043834. OLE color: 10043834.

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

Color convert

RGB 186 65 153 -
CMYK 0 0.65 0.18 0.27
HSL 316.36º 0.48% 0.49% -
HSV(B) 316.36º 0.65% 0.73% -
XYZ 27.89 16.52 31.86 -
YUV 111.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 186 65 153 0 0.65 0.18 0.27 316.36 0.48 0.49
Hex BA 41 99 0 41 12 1B 13C 30 31
Octal 272 101 231 0 101 22 33 474 60 61
Binary 10111010 1000001 10011001 0 1000001 10010 11011 100111100 110000 110001

Color Harmonies of #BA4199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4199

Black with #BA4199

Text Example


Text Example

White with #BA4199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4199; }

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

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

background-color css

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

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

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

border-color css

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

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

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