Html Css Color HEX #BA4989 Mulberry

📋 copy color: '#BA4989'

red 186 ◦ green 73 ◦ blue 137

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

Shades of Mulberry #BA4989

Tints of Mulberry #BA4989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.6%

R = 46.97%
G = 18.43%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA4989 (or 0xBA4989) is known color: Mulberry. HEX triplet: BA, 49 and 89. RGB value is (186,73,137). Sum of RGB (Red+Green+Blue) = 186+73+137=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4989 is #45B676. Grayscale: #717171. Windows color (decimal): -4568695 or 8997306. OLE color: 8997306.

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

Color convert

RGB 186 73 137 -
CMYK 0 0.61 0.26 0.27
HSL 326.02º 0.45% 0.51% -
HSV(B) 326.02º 0.61% 0.73% -
XYZ 27.15 17.01 25.52 -
YUV 114.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 186 73 137 0 0.61 0.26 0.27 326.02 0.45 0.51
Hex BA 49 89 0 3D 1A 1B 146 2D 33
Octal 272 111 211 0 75 32 33 506 55 63
Binary 10111010 1001001 10001001 0 111101 11010 11011 101000110 101101 110011

Color Harmonies of #BA4989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4989

Black with #BA4989

Text Example


Text Example

White with #BA4989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4989; }

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

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

background-color css

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

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

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

border-color css

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

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

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