Html Css Color HEX #BA4591 Mulberry

📋 copy color: '#BA4591'

red 186 ◦ green 69 ◦ blue 145

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

Shades of Mulberry #BA4591

Tints of Mulberry #BA4591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.25%

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

R = 46.5%
G = 17.25%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4591 (or 0xBA4591) is known color: Mulberry. HEX triplet: BA, 45 and 91. RGB value is (186,69,145). Sum of RGB (Red+Green+Blue) = 186+69+145=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4591 is #45BA6E. Grayscale: #707070. Windows color (decimal): -4569711 or 9520570. OLE color: 9520570.

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

Color convert

RGB 186 69 145 -
CMYK 0 0.63 0.22 0.27
HSL 321.03º 0.46% 0.5% -
HSV(B) 321.03º 0.63% 0.73% -
XYZ 27.49 16.74 28.57 -
YUV 112.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 186 69 145 0 0.63 0.22 0.27 321.03 0.46 0.5
Hex BA 45 91 0 3F 16 1B 141 2E 32
Octal 272 105 221 0 77 26 33 501 56 62
Binary 10111010 1000101 10010001 0 111111 10110 11011 101000001 101110 110010

Color Harmonies of #BA4591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4591

Black with #BA4591

Text Example


Text Example

White with #BA4591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4591; }

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

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

background-color css

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

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

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

border-color css

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

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

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