Html Css Color HEX #BA5989 Mulberry

📋 copy color: '#BA5989'

red 186 ◦ green 89 ◦ blue 137

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

Shades of Mulberry #BA5989

Tints of Mulberry #BA5989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.6%

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

R = 45.15%
G = 21.6%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA5989 (or 0xBA5989) is known color: Mulberry. HEX triplet: BA, 59 and 89. RGB value is (186,89,137). Sum of RGB (Red+Green+Blue) = 186+89+137=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5989 is #45A676. Grayscale: #7B7B7B. Windows color (decimal): -4564599 or 9001402. OLE color: 9001402.

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

Color convert

RGB 186 89 137 -
CMYK 0 0.52 0.26 0.27
HSL 330.31º 0.41% 0.54% -
HSV(B) 330.31º 0.52% 0.73% -
XYZ 28.34 19.39 25.92 -
YUV 123.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 186 89 137 0 0.52 0.26 0.27 330.31 0.41 0.54
Hex BA 59 89 0 34 1A 1B 14A 29 36
Octal 272 131 211 0 64 32 33 512 51 66
Binary 10111010 1011001 10001001 0 110100 11010 11011 101001010 101001 110110

Color Harmonies of #BA5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5989

Black with #BA5989

Text Example


Text Example

White with #BA5989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5989; }

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

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

background-color css

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

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

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

border-color css

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

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

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