Html Css Color HEX #BA494A Mandy

📋 copy color: '#BA494A'

red 186 ◦ green 73 ◦ blue 74

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

Shades of Mandy #BA494A

Tints of Mandy #BA494A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 55.86%
G = 21.92%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA494A (or 0xBA494A) is known color: Mandy. HEX triplet: BA, 49 and 4A. RGB value is (186,73,74). Sum of RGB (Red+Green+Blue) = 186+73+74=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA494A is #45B6B5. Grayscale: #6B6B6B. Windows color (decimal): -4568758 or 4868538. OLE color: 4868538.

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

Color convert

RGB 186 73 74 -
CMYK 0 0.61 0.60 0.27
HSL 359.47º 0.45% 0.51% -
HSV(B) 359.47º 0.61% 0.73% -
XYZ 23.87 15.7 8.25 -
YUV 106.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 186 73 74 0 0.61 0.60 0.27 359.47 0.45 0.51
Hex BA 49 4A 0 3D 3C 1B 167 2D 33
Octal 272 111 112 0 75 74 33 547 55 63
Binary 10111010 1001001 1001010 0 111101 111100 11011 101100111 101101 110011

Color Harmonies of #BA494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA494A

Black with #BA494A

Text Example


Text Example

White with #BA494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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