Html Css Color HEX #BA577D Royal Heath

📋 copy color: '#BA577D'

red 186 ◦ green 87 ◦ blue 125

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

Shades of Royal Heath #BA577D

Tints of Royal Heath #BA577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 46.73%
G = 21.86%
B = 31.41%

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

#BA577D (or 0xBA577D) is known color: Royal Heath. HEX triplet: BA, 57 and 7D. RGB value is (186,87,125). Sum of RGB (Red+Green+Blue) = 186+87+125=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA577D is #45A882. Grayscale: #787878. Windows color (decimal): -4565123 or 8214458. OLE color: 8214458.

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

Color convert

RGB 186 87 125 -
CMYK 0 0.53 0.33 0.27
HSL 336.97º 0.42% 0.54% -
HSV(B) 336.97º 0.53% 0.73% -
XYZ 27.36 18.74 21.58 -
YUV 120.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 186 87 125 0 0.53 0.33 0.27 336.97 0.42 0.54
Hex BA 57 7D 0 35 21 1B 151 2A 36
Octal 272 127 175 0 65 41 33 521 52 66
Binary 10111010 1010111 1111101 0 110101 100001 11011 101010001 101010 110110

Color Harmonies of #BA577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA577D

Black with #BA577D

Text Example


Text Example

White with #BA577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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