Html Css Color HEX #BA5E89 Mulberry

📋 copy color: '#BA5E89'

red 186 ◦ green 94 ◦ blue 137

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

Shades of Mulberry #BA5E89

Tints of Mulberry #BA5E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

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

R = 44.6%
G = 22.54%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA5E89 (or 0xBA5E89) is known color: Mulberry. HEX triplet: BA, 5E and 89. RGB value is (186,94,137). Sum of RGB (Red+Green+Blue) = 186+94+137=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E89 is #45A176. Grayscale: #7E7E7E. Windows color (decimal): -4563319 or 9002682. OLE color: 9002682.

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

Color convert

RGB 186 94 137 -
CMYK 0 0.49 0.26 0.27
HSL 331.96º 0.4% 0.55% -
HSV(B) 331.96º 0.49% 0.73% -
XYZ 28.77 20.25 26.06 -
YUV 126.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 186 94 137 0 0.49 0.26 0.27 331.96 0.4 0.55
Hex BA 5E 89 0 31 1A 1B 14C 28 37
Octal 272 136 211 0 61 32 33 514 50 67
Binary 10111010 1011110 10001001 0 110001 11010 11011 101001100 101000 110111

Color Harmonies of #BA5E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E89

Black with #BA5E89

Text Example


Text Example

White with #BA5E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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