Html Css Color HEX #BA577F Royal Heath

📋 copy color: '#BA577F'

red 186 ◦ green 87 ◦ blue 127

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

Shades of Royal Heath #BA577F

Tints of Royal Heath #BA577F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 46.5%
G = 21.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA577F (or 0xBA577F) is known color: Royal Heath. HEX triplet: BA, 57 and 7F. RGB value is (186,87,127). Sum of RGB (Red+Green+Blue) = 186+87+127=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA577F is #45A880. Grayscale: #797979. Windows color (decimal): -4565121 or 8345530. OLE color: 8345530.

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

Color convert

RGB 186 87 127 -
CMYK 0 0.53 0.32 0.27
HSL 335.76º 0.42% 0.54% -
HSV(B) 335.76º 0.53% 0.73% -
XYZ 27.49 18.79 22.26 -
YUV 121.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 186 87 127 0 0.53 0.32 0.27 335.76 0.42 0.54
Hex BA 57 7F 0 35 20 1B 150 2A 36
Octal 272 127 177 0 65 40 33 520 52 66
Binary 10111010 1010111 1111111 0 110101 100000 11011 101010000 101010 110110

Color Harmonies of #BA577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA577F

Black with #BA577F

Text Example


Text Example

White with #BA577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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