Html Css Color HEX #BA5587 Mulberry

📋 copy color: '#BA5587'

red 186 ◦ green 85 ◦ blue 135

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

Shades of Mulberry #BA5587

Tints of Mulberry #BA5587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 45.81%
G = 20.94%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA5587 (or 0xBA5587) is known color: Mulberry. HEX triplet: BA, 55 and 87. RGB value is (186,85,135). Sum of RGB (Red+Green+Blue) = 186+85+135=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5587 is #45AA78. Grayscale: #787878. Windows color (decimal): -4565625 or 8869306. OLE color: 8869306.

HSL color Cylindrical-coordinate representation of color #BA5587: hue angle of 330.3º 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 #BA5587 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 85 135 -
CMYK 0 0.54 0.27 0.27
HSL 330.3º 0.42% 0.53% -
HSV(B) 330.3º 0.54% 0.73% -
XYZ 27.87 18.69 25.06 -
YUV 120.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 186 85 135 0 0.54 0.27 0.27 330.3 0.42 0.53
Hex BA 55 87 0 36 1B 1B 14A 2A 35
Octal 272 125 207 0 66 33 33 512 52 65
Binary 10111010 1010101 10000111 0 110110 11011 11011 101001010 101010 110101

Color Harmonies of #BA5587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5587

Black with #BA5587

Text Example


Text Example

White with #BA5587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5587; }

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

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

background-color css

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

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

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

border-color css

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

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

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