Html Css Color HEX #BA5596 Mulberry

📋 copy color: '#BA5596'

red 186 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #BA5596

Tints of Mulberry #BA5596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.63%

R = 44.18%
G = 20.19%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA5596 (or 0xBA5596) is known color: Mulberry. HEX triplet: BA, 55 and 96. RGB value is (186,85,150). Sum of RGB (Red+Green+Blue) = 186+85+150=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5596 is #45AA69. Grayscale: #7A7A7A. Windows color (decimal): -4565610 or 9852346. OLE color: 9852346.

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

Color convert

RGB 186 85 150 -
CMYK 0 0.54 0.19 0.27
HSL 321.39º 0.42% 0.53% -
HSV(B) 321.39º 0.54% 0.73% -
XYZ 29 19.14 31.02 -
YUV 122.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 186 85 150 0 0.54 0.19 0.27 321.39 0.42 0.53
Hex BA 55 96 0 36 13 1B 141 2A 35
Octal 272 125 226 0 66 23 33 501 52 65
Binary 10111010 1010101 10010110 0 110110 10011 11011 101000001 101010 110101

Color Harmonies of #BA5596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5596

Black with #BA5596

Text Example


Text Example

White with #BA5596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5596; }

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

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

background-color css

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

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

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

border-color css

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

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

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