Html Css Color HEX #BA6197 Mulberry

📋 copy color: '#BA6197'

red 186 ◦ green 97 ◦ blue 151

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

Shades of Mulberry #BA6197

Tints of Mulberry #BA6197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

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

R = 42.86%
G = 22.35%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA6197 (or 0xBA6197) is known color: Mulberry. HEX triplet: BA, 61 and 97. RGB value is (186,97,151). Sum of RGB (Red+Green+Blue) = 186+97+151=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6197 is #459E68. Grayscale: #818181. Windows color (decimal): -4562537 or 9920954. OLE color: 9920954.

HSL color Cylindrical-coordinate representation of color #BA6197: hue angle of 323.6º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6197 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 97 151 -
CMYK 0 0.48 0.19 0.27
HSL 323.6º 0.39% 0.55% -
HSV(B) 323.6º 0.48% 0.73% -
XYZ 30.11 21.22 31.79 -
YUV 129.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 186 97 151 0 0.48 0.19 0.27 323.6 0.39 0.55
Hex BA 61 97 0 30 13 1B 144 27 37
Octal 272 141 227 0 60 23 33 504 47 67
Binary 10111010 1100001 10010111 0 110000 10011 11011 101000100 100111 110111

Color Harmonies of #BA6197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6197

Black with #BA6197

Text Example


Text Example

White with #BA6197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6197; }

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

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

background-color css

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

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

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

border-color css

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

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

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