Html Css Color HEX #BA5597 Mulberry

📋 copy color: '#BA5597'

red 186 ◦ green 85 ◦ blue 151

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

Shades of Mulberry #BA5597

Tints of Mulberry #BA5597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.78%

R = 44.08%
G = 20.14%
B = 35.78%

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

#BA5597 (or 0xBA5597) is known color: Mulberry. HEX triplet: BA, 55 and 97. RGB value is (186,85,151). Sum of RGB (Red+Green+Blue) = 186+85+151=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5597 is #45AA68. Grayscale: #7A7A7A. Windows color (decimal): -4565609 or 9917882. OLE color: 9917882.

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

Color convert

RGB 186 85 151 -
CMYK 0 0.54 0.19 0.27
HSL 320.79º 0.42% 0.53% -
HSV(B) 320.79º 0.54% 0.73% -
XYZ 29.08 19.17 31.45 -
YUV 122.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 186 85 151 0 0.54 0.19 0.27 320.79 0.42 0.53
Hex BA 55 97 0 36 13 1B 141 2A 35
Octal 272 125 227 0 66 23 33 501 52 65
Binary 10111010 1010101 10010111 0 110110 10011 11011 101000001 101010 110101

Color Harmonies of #BA5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5597

Black with #BA5597

Text Example


Text Example

White with #BA5597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5597; }

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

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

background-color css

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

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

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

border-color css

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

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

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