Html Css Color HEX #BA6194 Mulberry

📋 copy color: '#BA6194'

red 186 ◦ green 97 ◦ blue 148

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

Shades of Mulberry #BA6194

Tints of Mulberry #BA6194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 43.16%
G = 22.51%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA6194 (or 0xBA6194) is known color: Mulberry. HEX triplet: BA, 61 and 94. RGB value is (186,97,148). Sum of RGB (Red+Green+Blue) = 186+97+148=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6194 is #459E6B. Grayscale: #818181. Windows color (decimal): -4562540 or 9724346. OLE color: 9724346.

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

Color convert

RGB 186 97 148 -
CMYK 0 0.48 0.20 0.27
HSL 325.62º 0.39% 0.55% -
HSV(B) 325.62º 0.48% 0.73% -
XYZ 29.87 21.13 30.52 -
YUV 129.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 186 97 148 0 0.48 0.20 0.27 325.62 0.39 0.55
Hex BA 61 94 0 30 14 1B 146 27 37
Octal 272 141 224 0 60 24 33 506 47 67
Binary 10111010 1100001 10010100 0 110000 10100 11011 101000110 100111 110111

Color Harmonies of #BA6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6194

Black with #BA6194

Text Example


Text Example

White with #BA6194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6194; }

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

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

background-color css

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

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

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

border-color css

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

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

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