Html Css Color HEX #BA6195 Mulberry

📋 copy color: '#BA6195'

red 186 ◦ green 97 ◦ blue 149

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

Shades of Mulberry #BA6195

Tints of Mulberry #BA6195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 43.06%
G = 22.45%
B = 34.49%

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

#BA6195 (or 0xBA6195) is known color: Mulberry. HEX triplet: BA, 61 and 95. RGB value is (186,97,149). Sum of RGB (Red+Green+Blue) = 186+97+149=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6195 is #459E6A. Grayscale: #818181. Windows color (decimal): -4562539 or 9789882. OLE color: 9789882.

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

Color convert

RGB 186 97 149 -
CMYK 0 0.48 0.20 0.27
HSL 324.94º 0.39% 0.55% -
HSV(B) 324.94º 0.48% 0.73% -
XYZ 29.95 21.16 30.94 -
YUV 129.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 186 97 149 0 0.48 0.20 0.27 324.94 0.39 0.55
Hex BA 61 95 0 30 14 1B 145 27 37
Octal 272 141 225 0 60 24 33 505 47 67
Binary 10111010 1100001 10010101 0 110000 10100 11011 101000101 100111 110111

Color Harmonies of #BA6195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6195

Black with #BA6195

Text Example


Text Example

White with #BA6195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6195; }

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

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

background-color css

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

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

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

border-color css

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

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

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