Html Css Color HEX #BA5586 Mulberry

📋 copy color: '#BA5586'

red 186 ◦ green 85 ◦ blue 134

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

Shades of Mulberry #BA5586

Tints of Mulberry #BA5586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.99%

 BLUE value IS 134 (52.73% from 255) = 33.09%

R = 45.93%
G = 20.99%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA5586 (or 0xBA5586) is known color: Mulberry. HEX triplet: BA, 55 and 86. RGB value is (186,85,134). Sum of RGB (Red+Green+Blue) = 186+85+134=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5586 is #45AA79. Grayscale: #787878. Windows color (decimal): -4565626 or 8803770. OLE color: 8803770.

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

Color convert

RGB 186 85 134 -
CMYK 0 0.54 0.28 0.27
HSL 330.89º 0.42% 0.53% -
HSV(B) 330.89º 0.54% 0.73% -
XYZ 27.8 18.66 24.69 -
YUV 120.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 186 85 134 0 0.54 0.28 0.27 330.89 0.42 0.53
Hex BA 55 86 0 36 1C 1B 14B 2A 35
Octal 272 125 206 0 66 34 33 513 52 65
Binary 10111010 1010101 10000110 0 110110 11100 11011 101001011 101010 110101

Color Harmonies of #BA5586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5586

Black with #BA5586

Text Example


Text Example

White with #BA5586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5586; }

 p { color: rgb(186,85,134); }

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

background-color css

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

 a { background-color: rgb(186,85,134); }

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

border-color css

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

 span { border-color: rgb(186,85,134); }

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