Html Css Color HEX #BA577C Royal Heath

📋 copy color: '#BA577C'

red 186 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #BA577C

Tints of Royal Heath #BA577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.91%

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

R = 46.85%
G = 21.91%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA577C (or 0xBA577C) is known color: Royal Heath. HEX triplet: BA, 57 and 7C. RGB value is (186,87,124). Sum of RGB (Red+Green+Blue) = 186+87+124=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA577C is #45A883. Grayscale: #787878. Windows color (decimal): -4565124 or 8148922. OLE color: 8148922.

HSL color Cylindrical-coordinate representation of color #BA577C: hue angle of 337.58º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA577C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 87 124 -
CMYK 0 0.53 0.33 0.27
HSL 337.58º 0.42% 0.54% -
HSV(B) 337.58º 0.53% 0.73% -
XYZ 27.3 18.71 21.24 -
YUV 120.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 186 87 124 0 0.53 0.33 0.27 337.58 0.42 0.54
Hex BA 57 7C 0 35 21 1B 152 2A 36
Octal 272 127 174 0 65 41 33 522 52 66
Binary 10111010 1010111 1111100 0 110101 100001 11011 101010010 101010 110110

Color Harmonies of #BA577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA577C

Black with #BA577C

Text Example


Text Example

White with #BA577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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