Html Css Color HEX #BA499A Mulberry

📋 copy color: '#BA499A'

red 186 ◦ green 73 ◦ blue 154

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

Shades of Mulberry #BA499A

Tints of Mulberry #BA499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.68%

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 45.04%
G = 17.68%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA499A (or 0xBA499A) is known color: Mulberry. HEX triplet: BA, 49 and 9A. RGB value is (186,73,154). Sum of RGB (Red+Green+Blue) = 186+73+154=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA499A is #45B665. Grayscale: #737373. Windows color (decimal): -4568678 or 10111418. OLE color: 10111418.

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

Color convert

RGB 186 73 154 -
CMYK 0 0.61 0.17 0.27
HSL 316.99º 0.45% 0.51% -
HSV(B) 316.99º 0.61% 0.73% -
XYZ 28.46 17.54 32.46 -
YUV 116.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 186 73 154 0 0.61 0.17 0.27 316.99 0.45 0.51
Hex BA 49 9A 0 3D 11 1B 13D 2D 33
Octal 272 111 232 0 75 21 33 475 55 63
Binary 10111010 1001001 10011010 0 111101 10001 11011 100111101 101101 110011

Color Harmonies of #BA499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA499A

Black with #BA499A

Text Example


Text Example

White with #BA499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA499A; }

 p { color: rgb(186,73,154); }

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

background-color css

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

 a { background-color: rgb(186,73,154); }

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

border-color css

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

 span { border-color: rgb(186,73,154); }

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