Html Css Color HEX #BA5697 Mulberry

📋 copy color: '#BA5697'

red 186 ◦ green 86 ◦ blue 151

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

Shades of Mulberry #BA5697

Tints of Mulberry #BA5697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.33%

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

R = 43.97%
G = 20.33%
B = 35.7%

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

#BA5697 (or 0xBA5697) is known color: Mulberry. HEX triplet: BA, 56 and 97. RGB value is (186,86,151). Sum of RGB (Red+Green+Blue) = 186+86+151=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5697 is #45A968. Grayscale: #7B7B7B. Windows color (decimal): -4565353 or 9918138. OLE color: 9918138.

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

Color convert

RGB 186 86 151 -
CMYK 0 0.54 0.19 0.27
HSL 321º 0.42% 0.53% -
HSV(B) 321º 0.54% 0.73% -
XYZ 29.16 19.33 31.47 -
YUV 123.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 186 86 151 0 0.54 0.19 0.27 321 0.42 0.53
Hex BA 56 97 0 36 13 1B 141 2A 35
Octal 272 126 227 0 66 23 33 501 52 65
Binary 10111010 1010110 10010111 0 110110 10011 11011 101000001 101010 110101

Color Harmonies of #BA5697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5697

Black with #BA5697

Text Example


Text Example

White with #BA5697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5697; }

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

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

background-color css

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

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

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

border-color css

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

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

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