Html Css Color HEX #BA559C Mulberry

📋 copy color: '#BA559C'

red 186 ◦ green 85 ◦ blue 156

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

Shades of Mulberry #BA559C

Tints of Mulberry #BA559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 43.56%
G = 19.91%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA559C (or 0xBA559C) is known color: Mulberry. HEX triplet: BA, 55 and 9C. RGB value is (186,85,156). Sum of RGB (Red+Green+Blue) = 186+85+156=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA559C is #45AA63. Grayscale: #7B7B7B. Windows color (decimal): -4565604 or 10245562. OLE color: 10245562.

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

Color convert

RGB 186 85 156 -
CMYK 0 0.54 0.16 0.27
HSL 317.82º 0.42% 0.53% -
HSV(B) 317.82º 0.54% 0.73% -
XYZ 29.5 19.34 33.63 -
YUV 123.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 186 85 156 0 0.54 0.16 0.27 317.82 0.42 0.53
Hex BA 55 9C 0 36 10 1B 13E 2A 35
Octal 272 125 234 0 66 20 33 476 52 65
Binary 10111010 1010101 10011100 0 110110 10000 11011 100111110 101010 110101

Color Harmonies of #BA559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA559C

Black with #BA559C

Text Example


Text Example

White with #BA559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA559C; }

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

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

background-color css

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

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

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

border-color css

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

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

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