Html Css Color HEX #BA497A Royal Heath

📋 copy color: '#BA497A'

red 186 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #BA497A

Tints of Royal Heath #BA497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 48.82%
G = 19.16%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA497A (or 0xBA497A) is known color: Royal Heath. HEX triplet: BA, 49 and 7A. RGB value is (186,73,122). Sum of RGB (Red+Green+Blue) = 186+73+122=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA497A is #45B685. Grayscale: #707070. Windows color (decimal): -4568710 or 8014266. OLE color: 8014266.

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

Color convert

RGB 186 73 122 -
CMYK 0 0.61 0.34 0.27
HSL 333.98º 0.45% 0.51% -
HSV(B) 333.98º 0.61% 0.73% -
XYZ 26.15 16.61 20.24 -
YUV 112.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 186 73 122 0 0.61 0.34 0.27 333.98 0.45 0.51
Hex BA 49 7A 0 3D 22 1B 14E 2D 33
Octal 272 111 172 0 75 42 33 516 55 63
Binary 10111010 1001001 1111010 0 111101 100010 11011 101001110 101101 110011

Color Harmonies of #BA497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA497A

Black with #BA497A

Text Example


Text Example

White with #BA497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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