Html Css Color HEX #BA4590 Mulberry

📋 copy color: '#BA4590'

red 186 ◦ green 69 ◦ blue 144

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

Shades of Mulberry #BA4590

Tints of Mulberry #BA4590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 46.62%
G = 17.29%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA4590 (or 0xBA4590) is known color: Mulberry. HEX triplet: BA, 45 and 90. RGB value is (186,69,144). Sum of RGB (Red+Green+Blue) = 186+69+144=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4590 is #45BA6F. Grayscale: #707070. Windows color (decimal): -4569712 or 9455034. OLE color: 9455034.

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

Color convert

RGB 186 69 144 -
CMYK 0 0.63 0.23 0.27
HSL 321.54º 0.46% 0.5% -
HSV(B) 321.54º 0.63% 0.73% -
XYZ 27.41 16.71 28.17 -
YUV 112.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 186 69 144 0 0.63 0.23 0.27 321.54 0.46 0.5
Hex BA 45 90 0 3F 17 1B 142 2E 32
Octal 272 105 220 0 77 27 33 502 56 62
Binary 10111010 1000101 10010000 0 111111 10111 11011 101000010 101110 110010

Color Harmonies of #BA4590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4590

Black with #BA4590

Text Example


Text Example

White with #BA4590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4590; }

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

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

background-color css

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

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

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

border-color css

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

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

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