Html Css Color HEX #BA4899 Mulberry

📋 copy color: '#BA4899'

red 186 ◦ green 72 ◦ blue 153

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

Shades of Mulberry #BA4899

Tints of Mulberry #BA4899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.52%

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

R = 45.26%
G = 17.52%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA4899 (or 0xBA4899) is known color: Mulberry. HEX triplet: BA, 48 and 99. RGB value is (186,72,153). Sum of RGB (Red+Green+Blue) = 186+72+153=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4899 is #45B766. Grayscale: #737373. Windows color (decimal): -4568935 or 10045626. OLE color: 10045626.

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

Color convert

RGB 186 72 153 -
CMYK 0 0.61 0.18 0.27
HSL 317.37º 0.45% 0.51% -
HSV(B) 317.37º 0.61% 0.73% -
XYZ 28.32 17.37 32 -
YUV 115.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 186 72 153 0 0.61 0.18 0.27 317.37 0.45 0.51
Hex BA 48 99 0 3D 12 1B 13D 2D 33
Octal 272 110 231 0 75 22 33 475 55 63
Binary 10111010 1001000 10011001 0 111101 10010 11011 100111101 101101 110011

Color Harmonies of #BA4899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4899

Black with #BA4899

Text Example


Text Example

White with #BA4899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4899; }

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

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

background-color css

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

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

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

border-color css

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

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

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