Html Css Color HEX #BA4E89 Mulberry

📋 copy color: '#BA4E89'

red 186 ◦ green 78 ◦ blue 137

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

Shades of Mulberry #BA4E89

Tints of Mulberry #BA4E89

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.45%

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

R = 46.38%
G = 19.45%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA4E89 (or 0xBA4E89) is known color: Mulberry. HEX triplet: BA, 4E and 89. RGB value is (186,78,137). Sum of RGB (Red+Green+Blue) = 186+78+137=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E89 is #45B176. Grayscale: #747474. Windows color (decimal): -4567415 or 8998586. OLE color: 8998586.

HSL color Cylindrical-coordinate representation of color #BA4E89: hue angle of 327.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E89 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 137 -
CMYK 0 0.58 0.26 0.27
HSL 327.22º 0.44% 0.52% -
HSV(B) 327.22º 0.58% 0.73% -
XYZ 27.49 17.69 25.63 -
YUV 117.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 186 78 137 0 0.58 0.26 0.27 327.22 0.44 0.52
Hex BA 4E 89 0 3A 1A 1B 147 2C 34
Octal 272 116 211 0 72 32 33 507 54 64
Binary 10111010 1001110 10001001 0 111010 11010 11011 101000111 101100 110100

Color Harmonies of #BA4E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E89

Black with #BA4E89

Text Example


Text Example

White with #BA4E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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