Html Css Color HEX #BA5478 Royal Heath

📋 copy color: '#BA5478'

red 186 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #BA5478

Tints of Royal Heath #BA5478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.77%

R = 47.69%
G = 21.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5478 (or 0xBA5478) is known color: Royal Heath. HEX triplet: BA, 54 and 78. RGB value is (186,84,120). Sum of RGB (Red+Green+Blue) = 186+84+120=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5478 is #45AB87. Grayscale: #767676. Windows color (decimal): -4565896 or 7886010. OLE color: 7886010.

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

Color convert

RGB 186 84 120 -
CMYK 0 0.55 0.35 0.27
HSL 338.82º 0.43% 0.53% -
HSV(B) 338.82º 0.55% 0.73% -
XYZ 26.81 18.14 19.86 -
YUV 118.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 186 84 120 0 0.55 0.35 0.27 338.82 0.43 0.53
Hex BA 54 78 0 37 23 1B 153 2A 35
Octal 272 124 170 0 67 43 33 523 52 65
Binary 10111010 1010100 1111000 0 110111 100011 11011 101010011 101010 110101

Color Harmonies of #BA5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5478

Black with #BA5478

Text Example


Text Example

White with #BA5478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5478; }

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

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

background-color css

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

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

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

border-color css

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

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

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