Html Css Color HEX #BA5191 Mulberry

📋 copy color: '#BA5191'

red 186 ◦ green 81 ◦ blue 145

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

Shades of Mulberry #BA5191

Tints of Mulberry #BA5191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.66%

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

R = 45.15%
G = 19.66%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA5191 (or 0xBA5191) is known color: Mulberry. HEX triplet: BA, 51 and 91. RGB value is (186,81,145). Sum of RGB (Red+Green+Blue) = 186+81+145=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5191 is #45AE6E. Grayscale: #777777. Windows color (decimal): -4566639 or 9523642. OLE color: 9523642.

HSL color Cylindrical-coordinate representation of color #BA5191: hue angle of 323.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5191 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 145 -
CMYK 0 0.56 0.22 0.27
HSL 323.43º 0.43% 0.52% -
HSV(B) 323.43º 0.56% 0.73% -
XYZ 28.3 18.37 28.84 -
YUV 119.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 186 81 145 0 0.56 0.22 0.27 323.43 0.43 0.52
Hex BA 51 91 0 38 16 1B 143 2B 34
Octal 272 121 221 0 70 26 33 503 53 64
Binary 10111010 1010001 10010001 0 111000 10110 11011 101000011 101011 110100

Color Harmonies of #BA5191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5191

Black with #BA5191

Text Example


Text Example

White with #BA5191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5191; }

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

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

background-color css

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

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

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

border-color css

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

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

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