Html Css Color HEX #BA5577 Royal Heath

📋 copy color: '#BA5577'

red 186 ◦ green 85 ◦ blue 119

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

Shades of Royal Heath #BA5577

Tints of Royal Heath #BA5577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

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

R = 47.69%
G = 21.79%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA5577 (or 0xBA5577) is known color: Royal Heath. HEX triplet: BA, 55 and 77. RGB value is (186,85,119). Sum of RGB (Red+Green+Blue) = 186+85+119=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5577 is #45AA88. Grayscale: #777777. Windows color (decimal): -4565641 or 7820730. OLE color: 7820730.

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

Color convert

RGB 186 85 119 -
CMYK 0 0.54 0.36 0.27
HSL 339.8º 0.42% 0.53% -
HSV(B) 339.8º 0.54% 0.73% -
XYZ 26.83 18.27 19.56 -
YUV 119.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 186 85 119 0 0.54 0.36 0.27 339.8 0.42 0.53
Hex BA 55 77 0 36 24 1B 154 2A 35
Octal 272 125 167 0 66 44 33 524 52 65
Binary 10111010 1010101 1110111 0 110110 100100 11011 101010100 101010 110101

Color Harmonies of #BA5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5577

Black with #BA5577

Text Example


Text Example

White with #BA5577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5577; }

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

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

background-color css

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

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

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

border-color css

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

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

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