Html Css Color HEX #BA6193 Mulberry

📋 copy color: '#BA6193'

red 186 ◦ green 97 ◦ blue 147

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

Shades of Mulberry #BA6193

Tints of Mulberry #BA6193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 43.26%
G = 22.56%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA6193 (or 0xBA6193) is known color: Mulberry. HEX triplet: BA, 61 and 93. RGB value is (186,97,147). Sum of RGB (Red+Green+Blue) = 186+97+147=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6193 is #459E6C. Grayscale: #818181. Windows color (decimal): -4562541 or 9658810. OLE color: 9658810.

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

Color convert

RGB 186 97 147 -
CMYK 0 0.48 0.21 0.27
HSL 326.29º 0.39% 0.55% -
HSV(B) 326.29º 0.48% 0.73% -
XYZ 29.79 21.1 30.11 -
YUV 129.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 186 97 147 0 0.48 0.21 0.27 326.29 0.39 0.55
Hex BA 61 93 0 30 15 1B 146 27 37
Octal 272 141 223 0 60 25 33 506 47 67
Binary 10111010 1100001 10010011 0 110000 10101 11011 101000110 100111 110111

Color Harmonies of #BA6193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6193

Black with #BA6193

Text Example


Text Example

White with #BA6193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6193; }

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

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

background-color css

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

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

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

border-color css

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

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

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