Html Css Color HEX #BA4884 Mulberry

📋 copy color: '#BA4884'

red 186 ◦ green 72 ◦ blue 132

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

Shades of Mulberry #BA4884

Tints of Mulberry #BA4884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 47.69%
G = 18.46%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA4884 (or 0xBA4884) is known color: Mulberry. HEX triplet: BA, 48 and 84. RGB value is (186,72,132). Sum of RGB (Red+Green+Blue) = 186+72+132=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4884 is #45B77B. Grayscale: #707070. Windows color (decimal): -4568956 or 8669370. OLE color: 8669370.

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

Color convert

RGB 186 72 132 -
CMYK 0 0.61 0.29 0.27
HSL 328.42º 0.45% 0.51% -
HSV(B) 328.42º 0.61% 0.73% -
XYZ 26.73 16.74 23.65 -
YUV 112.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 186 72 132 0 0.61 0.29 0.27 328.42 0.45 0.51
Hex BA 48 84 0 3D 1D 1B 148 2D 33
Octal 272 110 204 0 75 35 33 510 55 63
Binary 10111010 1001000 10000100 0 111101 11101 11011 101001000 101101 110011

Color Harmonies of #BA4884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4884

Black with #BA4884

Text Example


Text Example

White with #BA4884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4884; }

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

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

background-color css

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

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

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

border-color css

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

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

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