Html Css Color HEX #BA5797 Mulberry

📋 copy color: '#BA5797'

red 186 ◦ green 87 ◦ blue 151

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

Shades of Mulberry #BA5797

Tints of Mulberry #BA5797

RGB

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

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

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

R = 43.87%
G = 20.52%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA5797 (or 0xBA5797) is known color: Mulberry. HEX triplet: BA, 57 and 97. RGB value is (186,87,151). Sum of RGB (Red+Green+Blue) = 186+87+151=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5797 is #45A868. Grayscale: #7B7B7B. Windows color (decimal): -4565097 or 9918394. OLE color: 9918394.

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

Color convert

RGB 186 87 151 -
CMYK 0 0.53 0.19 0.27
HSL 321.21º 0.42% 0.54% -
HSV(B) 321.21º 0.53% 0.73% -
XYZ 29.24 19.49 31.5 -
YUV 123.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 186 87 151 0 0.53 0.19 0.27 321.21 0.42 0.54
Hex BA 57 97 0 35 13 1B 141 2A 36
Octal 272 127 227 0 65 23 33 501 52 66
Binary 10111010 1010111 10010111 0 110101 10011 11011 101000001 101010 110110

Color Harmonies of #BA5797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5797

Black with #BA5797

Text Example


Text Example

White with #BA5797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5797; }

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

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

background-color css

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

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

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

border-color css

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

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

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