Html Css Color HEX #BA4699 Mulberry

📋 copy color: '#BA4699'

red 186 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #BA4699

Tints of Mulberry #BA4699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.11%

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

R = 45.48%
G = 17.11%
B = 37.41%

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

#BA4699 (or 0xBA4699) is known color: Mulberry. HEX triplet: BA, 46 and 99. RGB value is (186,70,153). Sum of RGB (Red+Green+Blue) = 186+70+153=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4699 is #45B966. Grayscale: #717171. Windows color (decimal): -4569447 or 10045114. OLE color: 10045114.

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

Color convert

RGB 186 70 153 -
CMYK 0 0.62 0.18 0.27
HSL 317.07º 0.46% 0.5% -
HSV(B) 317.07º 0.62% 0.73% -
XYZ 28.19 17.12 31.96 -
YUV 114.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 186 70 153 0 0.62 0.18 0.27 317.07 0.46 0.5
Hex BA 46 99 0 3E 12 1B 13D 2E 32
Octal 272 106 231 0 76 22 33 475 56 62
Binary 10111010 1000110 10011001 0 111110 10010 11011 100111101 101110 110010

Color Harmonies of #BA4699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4699

Black with #BA4699

Text Example


Text Example

White with #BA4699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4699; }

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

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

background-color css

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

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

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

border-color css

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

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

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