Html Css Color HEX #BA4791 Mulberry

📋 copy color: '#BA4791'

red 186 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #BA4791

Tints of Mulberry #BA4791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.66%

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

R = 46.27%
G = 17.66%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4791 (or 0xBA4791) is known color: Mulberry. HEX triplet: BA, 47 and 91. RGB value is (186,71,145). Sum of RGB (Red+Green+Blue) = 186+71+145=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4791 is #45B86E. Grayscale: #717171. Windows color (decimal): -4569199 or 9521082. OLE color: 9521082.

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

Color convert

RGB 186 71 145 -
CMYK 0 0.62 0.22 0.27
HSL 321.39º 0.45% 0.5% -
HSV(B) 321.39º 0.62% 0.73% -
XYZ 27.61 16.99 28.61 -
YUV 113.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 186 71 145 0 0.62 0.22 0.27 321.39 0.45 0.5
Hex BA 47 91 0 3E 16 1B 141 2D 32
Octal 272 107 221 0 76 26 33 501 55 62
Binary 10111010 1000111 10010001 0 111110 10110 11011 101000001 101101 110010

Color Harmonies of #BA4791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4791

Black with #BA4791

Text Example


Text Example

White with #BA4791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4791; }

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

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

background-color css

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

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

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

border-color css

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

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

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