Html Css Color HEX #BA497C Royal Heath

📋 copy color: '#BA497C'

red 186 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #BA497C

Tints of Royal Heath #BA497C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 48.56%
G = 19.06%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA497C (or 0xBA497C) is known color: Royal Heath. HEX triplet: BA, 49 and 7C. RGB value is (186,73,124). Sum of RGB (Red+Green+Blue) = 186+73+124=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA497C is #45B683. Grayscale: #707070. Windows color (decimal): -4568708 or 8145338. OLE color: 8145338.

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

Color convert

RGB 186 73 124 -
CMYK 0 0.61 0.33 0.27
HSL 332.92º 0.45% 0.51% -
HSV(B) 332.92º 0.61% 0.73% -
XYZ 26.27 16.66 20.9 -
YUV 112.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 186 73 124 0 0.61 0.33 0.27 332.92 0.45 0.51
Hex BA 49 7C 0 3D 21 1B 14D 2D 33
Octal 272 111 174 0 75 41 33 515 55 63
Binary 10111010 1001001 1111100 0 111101 100001 11011 101001101 101101 110011

Color Harmonies of #BA497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA497C

Black with #BA497C

Text Example


Text Example

White with #BA497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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