Html Css Color HEX #BA5474 Royal Heath

📋 copy color: '#BA5474'

red 186 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #BA5474

Tints of Royal Heath #BA5474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 48.19%
G = 21.76%
B = 30.05%

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

#BA5474 (or 0xBA5474) is known color: Royal Heath. HEX triplet: BA, 54 and 74. RGB value is (186,84,116). Sum of RGB (Red+Green+Blue) = 186+84+116=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5474 is #45AB8B. Grayscale: #767676. Windows color (decimal): -4565900 or 7623866. OLE color: 7623866.

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

Color convert

RGB 186 84 116 -
CMYK 0 0.55 0.38 0.27
HSL 341.18º 0.43% 0.53% -
HSV(B) 341.18º 0.55% 0.73% -
XYZ 26.57 18.04 18.6 -
YUV 118.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 186 84 116 0 0.55 0.38 0.27 341.18 0.43 0.53
Hex BA 54 74 0 37 26 1B 155 2A 35
Octal 272 124 164 0 67 46 33 525 52 65
Binary 10111010 1010100 1110100 0 110111 100110 11011 101010101 101010 110101

Color Harmonies of #BA5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5474

Black with #BA5474

Text Example


Text Example

White with #BA5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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