Html Css Color HEX #BA4981 Mulberry

📋 copy color: '#BA4981'

red 186 ◦ green 73 ◦ blue 129

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

Shades of Mulberry #BA4981

Tints of Mulberry #BA4981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 47.94%
G = 18.81%
B = 33.25%

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

#BA4981 (or 0xBA4981) is known color: Mulberry. HEX triplet: BA, 49 and 81. RGB value is (186,73,129). Sum of RGB (Red+Green+Blue) = 186+73+129=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4981 is #45B67E. Grayscale: #717171. Windows color (decimal): -4568703 or 8473018. OLE color: 8473018.

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

Color convert

RGB 186 73 129 -
CMYK 0 0.61 0.31 0.27
HSL 330.27º 0.45% 0.51% -
HSV(B) 330.27º 0.61% 0.73% -
XYZ 26.59 16.79 22.61 -
YUV 113.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 186 73 129 0 0.61 0.31 0.27 330.27 0.45 0.51
Hex BA 49 81 0 3D 1F 1B 14A 2D 33
Octal 272 111 201 0 75 37 33 512 55 63
Binary 10111010 1001001 10000001 0 111101 11111 11011 101001010 101101 110011

Color Harmonies of #BA4981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4981

Black with #BA4981

Text Example


Text Example

White with #BA4981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4981; }

 p { color: rgb(186,73,129); }

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

background-color css

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

 a { background-color: rgb(186,73,129); }

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

border-color css

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

 span { border-color: rgb(186,73,129); }

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