Html Css Color HEX #BA5977 Royal Heath

📋 copy color: '#BA5977'

red 186 ◦ green 89 ◦ blue 119

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

Shades of Royal Heath #BA5977

Tints of Royal Heath #BA5977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 47.21%
G = 22.59%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA5977 (or 0xBA5977) is known color: Royal Heath. HEX triplet: BA, 59 and 77. RGB value is (186,89,119). Sum of RGB (Red+Green+Blue) = 186+89+119=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5977 is #45A688. Grayscale: #797979. Windows color (decimal): -4564617 or 7821754. OLE color: 7821754.

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

Color convert

RGB 186 89 119 -
CMYK 0 0.52 0.36 0.27
HSL 341.44º 0.41% 0.54% -
HSV(B) 341.44º 0.52% 0.73% -
XYZ 27.15 18.92 19.67 -
YUV 121.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 186 89 119 0 0.52 0.36 0.27 341.44 0.41 0.54
Hex BA 59 77 0 34 24 1B 155 29 36
Octal 272 131 167 0 64 44 33 525 51 66
Binary 10111010 1011001 1110111 0 110100 100100 11011 101010101 101001 110110

Color Harmonies of #BA5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5977

Black with #BA5977

Text Example


Text Example

White with #BA5977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5977; }

 p { color: rgb(186,89,119); }

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

background-color css

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

 a { background-color: rgb(186,89,119); }

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

border-color css

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

 span { border-color: rgb(186,89,119); }

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