Html Css Color HEX #BA5786 Mulberry

📋 copy color: '#BA5786'

red 186 ◦ green 87 ◦ blue 134

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

Shades of Mulberry #BA5786

Tints of Mulberry #BA5786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.38%

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

R = 45.7%
G = 21.38%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA5786 (or 0xBA5786) is known color: Mulberry. HEX triplet: BA, 57 and 86. RGB value is (186,87,134). Sum of RGB (Red+Green+Blue) = 186+87+134=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5786 is #45A879. Grayscale: #797979. Windows color (decimal): -4565114 or 8804282. OLE color: 8804282.

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

Color convert

RGB 186 87 134 -
CMYK 0 0.53 0.28 0.27
HSL 331.52º 0.42% 0.54% -
HSV(B) 331.52º 0.53% 0.73% -
XYZ 27.96 18.98 24.74 -
YUV 121.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 186 87 134 0 0.53 0.28 0.27 331.52 0.42 0.54
Hex BA 57 86 0 35 1C 1B 14C 2A 36
Octal 272 127 206 0 65 34 33 514 52 66
Binary 10111010 1010111 10000110 0 110101 11100 11011 101001100 101010 110110

Color Harmonies of #BA5786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5786

Black with #BA5786

Text Example


Text Example

White with #BA5786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5786; }

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

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

background-color css

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

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

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

border-color css

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

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

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