Html Css Color HEX #BA497B Royal Heath

📋 copy color: '#BA497B'

red 186 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #BA497B

Tints of Royal Heath #BA497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 48.69%
G = 19.11%
B = 32.2%

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

#BA497B (or 0xBA497B) is known color: Royal Heath. HEX triplet: BA, 49 and 7B. RGB value is (186,73,123). Sum of RGB (Red+Green+Blue) = 186+73+123=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA497B is #45B684. Grayscale: #707070. Windows color (decimal): -4568709 or 8079802. OLE color: 8079802.

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

Color convert

RGB 186 73 123 -
CMYK 0 0.61 0.34 0.27
HSL 333.45º 0.45% 0.51% -
HSV(B) 333.45º 0.61% 0.73% -
XYZ 26.21 16.63 20.57 -
YUV 112.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 186 73 123 0 0.61 0.34 0.27 333.45 0.45 0.51
Hex BA 49 7B 0 3D 22 1B 14D 2D 33
Octal 272 111 173 0 75 42 33 515 55 63
Binary 10111010 1001001 1111011 0 111101 100010 11011 101001101 101101 110011

Color Harmonies of #BA497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA497B

Black with #BA497B

Text Example


Text Example

White with #BA497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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