Html Css Color HEX #BA5473 Royal Heath

📋 copy color: '#BA5473'

red 186 ◦ green 84 ◦ blue 115

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

Shades of Royal Heath #BA5473

Tints of Royal Heath #BA5473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 48.31%
G = 21.82%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA5473 (or 0xBA5473) is known color: Royal Heath. HEX triplet: BA, 54 and 73. RGB value is (186,84,115). Sum of RGB (Red+Green+Blue) = 186+84+115=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5473 is #45AB8C. Grayscale: #767676. Windows color (decimal): -4565901 or 7558330. OLE color: 7558330.

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

Color convert

RGB 186 84 115 -
CMYK 0 0.55 0.38 0.27
HSL 341.76º 0.43% 0.53% -
HSV(B) 341.76º 0.55% 0.73% -
XYZ 26.51 18.02 18.3 -
YUV 118.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 186 84 115 0 0.55 0.38 0.27 341.76 0.43 0.53
Hex BA 54 73 0 37 26 1B 156 2A 35
Octal 272 124 163 0 67 46 33 526 52 65
Binary 10111010 1010100 1110011 0 110111 100110 11011 101010110 101010 110101

Color Harmonies of #BA5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5473

Black with #BA5473

Text Example


Text Example

White with #BA5473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5473; }

 p { color: rgb(186,84,115); }

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

background-color css

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

 a { background-color: rgb(186,84,115); }

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

border-color css

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

 span { border-color: rgb(186,84,115); }

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