Html Css Color HEX #BA4599 Mulberry

📋 copy color: '#BA4599'

red 186 ◦ green 69 ◦ blue 153

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

Shades of Mulberry #BA4599

Tints of Mulberry #BA4599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 45.59%
G = 16.91%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA4599 (or 0xBA4599) is known color: Mulberry. HEX triplet: BA, 45 and 99. RGB value is (186,69,153). Sum of RGB (Red+Green+Blue) = 186+69+153=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4599 is #45BA66. Grayscale: #717171. Windows color (decimal): -4569703 or 10044858. OLE color: 10044858.

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

Color convert

RGB 186 69 153 -
CMYK 0 0.63 0.18 0.27
HSL 316.92º 0.46% 0.5% -
HSV(B) 316.92º 0.63% 0.73% -
XYZ 28.13 17 31.93 -
YUV 113.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 186 69 153 0 0.63 0.18 0.27 316.92 0.46 0.5
Hex BA 45 99 0 3F 12 1B 13D 2E 32
Octal 272 105 231 0 77 22 33 475 56 62
Binary 10111010 1000101 10011001 0 111111 10010 11011 100111101 101110 110010

Color Harmonies of #BA4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4599

Black with #BA4599

Text Example


Text Example

White with #BA4599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4599; }

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

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

background-color css

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

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

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

border-color css

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

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

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