Html Css Color HEX #BA4799 Mulberry

📋 copy color: '#BA4799'

red 186 ◦ green 71 ◦ blue 153

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

Shades of Mulberry #BA4799

Tints of Mulberry #BA4799

RGB

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

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

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

R = 45.37%
G = 17.32%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA4799 (or 0xBA4799) is known color: Mulberry. HEX triplet: BA, 47 and 99. RGB value is (186,71,153). Sum of RGB (Red+Green+Blue) = 186+71+153=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4799 is #45B866. Grayscale: #727272. Windows color (decimal): -4569191 or 10045370. OLE color: 10045370.

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

Color convert

RGB 186 71 153 -
CMYK 0 0.62 0.18 0.27
HSL 317.22º 0.45% 0.5% -
HSV(B) 317.22º 0.62% 0.73% -
XYZ 28.25 17.25 31.98 -
YUV 114.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 186 71 153 0 0.62 0.18 0.27 317.22 0.45 0.5
Hex BA 47 99 0 3E 12 1B 13D 2D 32
Octal 272 107 231 0 76 22 33 475 55 62
Binary 10111010 1000111 10011001 0 111110 10010 11011 100111101 101101 110010

Color Harmonies of #BA4799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4799

Black with #BA4799

Text Example


Text Example

White with #BA4799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4799; }

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

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

background-color css

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

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

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

border-color css

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

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

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