Html Css Color HEX #BA4880 Mulberry

📋 copy color: '#BA4880'

red 186 ◦ green 72 ◦ blue 128

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

Shades of Mulberry #BA4880

Tints of Mulberry #BA4880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 48.19%
G = 18.65%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA4880 (or 0xBA4880) is known color: Mulberry. HEX triplet: BA, 48 and 80. RGB value is (186,72,128). Sum of RGB (Red+Green+Blue) = 186+72+128=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4880 is #45B77F. Grayscale: #707070. Windows color (decimal): -4568960 or 8407226. OLE color: 8407226.

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

Color convert

RGB 186 72 128 -
CMYK 0 0.61 0.31 0.27
HSL 330.53º 0.45% 0.51% -
HSV(B) 330.53º 0.61% 0.73% -
XYZ 26.46 16.63 22.24 -
YUV 112.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 186 72 128 0 0.61 0.31 0.27 330.53 0.45 0.51
Hex BA 48 80 0 3D 1F 1B 14B 2D 33
Octal 272 110 200 0 75 37 33 513 55 63
Binary 10111010 1001000 10000000 0 111101 11111 11011 101001011 101101 110011

Color Harmonies of #BA4880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4880

Black with #BA4880

Text Example


Text Example

White with #BA4880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4880; }

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

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

background-color css

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

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

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

border-color css

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

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

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