Html Css Color HEX #BA6196 Mulberry

📋 copy color: '#BA6196'

red 186 ◦ green 97 ◦ blue 150

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

Shades of Mulberry #BA6196

Tints of Mulberry #BA6196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 42.96%
G = 22.4%
B = 34.64%

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

#BA6196 (or 0xBA6196) is known color: Mulberry. HEX triplet: BA, 61 and 96. RGB value is (186,97,150). Sum of RGB (Red+Green+Blue) = 186+97+150=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6196 is #459E69. Grayscale: #818181. Windows color (decimal): -4562538 or 9855418. OLE color: 9855418.

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

Color convert

RGB 186 97 150 -
CMYK 0 0.48 0.19 0.27
HSL 324.27º 0.39% 0.55% -
HSV(B) 324.27º 0.48% 0.73% -
XYZ 30.03 21.19 31.36 -
YUV 129.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 186 97 150 0 0.48 0.19 0.27 324.27 0.39 0.55
Hex BA 61 96 0 30 13 1B 144 27 37
Octal 272 141 226 0 60 23 33 504 47 67
Binary 10111010 1100001 10010110 0 110000 10011 11011 101000100 100111 110111

Color Harmonies of #BA6196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6196

Black with #BA6196

Text Example


Text Example

White with #BA6196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6196; }

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

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

background-color css

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

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

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

border-color css

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

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

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