Html Css Color HEX #BA4291 Mulberry

📋 copy color: '#BA4291'

red 186 ◦ green 66 ◦ blue 145

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

Shades of Mulberry #BA4291

Tints of Mulberry #BA4291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

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

R = 46.85%
G = 16.62%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4291 (or 0xBA4291) is known color: Mulberry. HEX triplet: BA, 42 and 91. RGB value is (186,66,145). Sum of RGB (Red+Green+Blue) = 186+66+145=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4291 is #45BD6E. Grayscale: #6E6E6E. Windows color (decimal): -4570479 or 9519802. OLE color: 9519802.

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

Color convert

RGB 186 66 145 -
CMYK 0 0.65 0.22 0.27
HSL 320.5º 0.48% 0.49% -
HSV(B) 320.5º 0.65% 0.73% -
XYZ 27.31 16.38 28.51 -
YUV 110.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 186 66 145 0 0.65 0.22 0.27 320.5 0.48 0.49
Hex BA 42 91 0 41 16 1B 140 30 31
Octal 272 102 221 0 101 26 33 500 60 61
Binary 10111010 1000010 10010001 0 1000001 10110 11011 101000000 110000 110001

Color Harmonies of #BA4291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4291

Black with #BA4291

Text Example


Text Example

White with #BA4291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4291; }

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

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

background-color css

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

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

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

border-color css

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

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

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