Html Css Color HEX #BA4499 Mulberry

📋 copy color: '#BA4499'

red 186 ◦ green 68 ◦ blue 153

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

Shades of Mulberry #BA4499

Tints of Mulberry #BA4499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.71%

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

R = 45.7%
G = 16.71%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA4499 (or 0xBA4499) is known color: Mulberry. HEX triplet: BA, 44 and 99. RGB value is (186,68,153). Sum of RGB (Red+Green+Blue) = 186+68+153=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4499 is #45BB66. Grayscale: #707070. Windows color (decimal): -4569959 or 10044602. OLE color: 10044602.

HSL color Cylindrical-coordinate representation of color #BA4499: hue angle of 316.78º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4499 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 153 -
CMYK 0 0.63 0.18 0.27
HSL 316.78º 0.46% 0.5% -
HSV(B) 316.78º 0.63% 0.73% -
XYZ 28.07 16.87 31.91 -
YUV 112.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 186 68 153 0 0.63 0.18 0.27 316.78 0.46 0.5
Hex BA 44 99 0 3F 12 1B 13D 2E 32
Octal 272 104 231 0 77 22 33 475 56 62
Binary 10111010 1000100 10011001 0 111111 10010 11011 100111101 101110 110010

Color Harmonies of #BA4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4499

Black with #BA4499

Text Example


Text Example

White with #BA4499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4499; }

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

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

background-color css

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

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

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

border-color css

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

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

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