Html Css Color HEX #BA6191 Mulberry

📋 copy color: '#BA6191'

red 186 ◦ green 97 ◦ blue 145

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

Shades of Mulberry #BA6191

Tints of Mulberry #BA6191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 43.46%
G = 22.66%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA6191 (or 0xBA6191) is known color: Mulberry. HEX triplet: BA, 61 and 91. RGB value is (186,97,145). Sum of RGB (Red+Green+Blue) = 186+97+145=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6191 is #459E6E. Grayscale: #808080. Windows color (decimal): -4562543 or 9527738. OLE color: 9527738.

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

Color convert

RGB 186 97 145 -
CMYK 0 0.48 0.22 0.27
HSL 327.64º 0.39% 0.55% -
HSV(B) 327.64º 0.48% 0.73% -
XYZ 29.64 21.03 29.29 -
YUV 129.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 186 97 145 0 0.48 0.22 0.27 327.64 0.39 0.55
Hex BA 61 91 0 30 16 1B 148 27 37
Octal 272 141 221 0 60 26 33 510 47 67
Binary 10111010 1100001 10010001 0 110000 10110 11011 101001000 100111 110111

Color Harmonies of #BA6191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6191

Black with #BA6191

Text Example


Text Example

White with #BA6191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6191; }

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

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

background-color css

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

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

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

border-color css

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

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

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