Html Css Color HEX #BA619C Mulberry

📋 copy color: '#BA619C'

red 186 ◦ green 97 ◦ blue 156

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

Shades of Mulberry #BA619C

Tints of Mulberry #BA619C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 42.37%
G = 22.1%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA619C (or 0xBA619C) is known color: Mulberry. HEX triplet: BA, 61 and 9C. RGB value is (186,97,156). Sum of RGB (Red+Green+Blue) = 186+97+156=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA619C is #459E63. Grayscale: #828282. Windows color (decimal): -4562532 or 10248634. OLE color: 10248634.

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

Color convert

RGB 186 97 156 -
CMYK 0 0.48 0.16 0.27
HSL 320.22º 0.39% 0.55% -
HSV(B) 320.22º 0.48% 0.73% -
XYZ 30.53 21.39 33.97 -
YUV 130.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 186 97 156 0 0.48 0.16 0.27 320.22 0.39 0.55
Hex BA 61 9C 0 30 10 1B 140 27 37
Octal 272 141 234 0 60 20 33 500 47 67
Binary 10111010 1100001 10011100 0 110000 10000 11011 101000000 100111 110111

Color Harmonies of #BA619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA619C

Black with #BA619C

Text Example


Text Example

White with #BA619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA619C; }

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

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

background-color css

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

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

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

border-color css

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

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

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