Html Css Color HEX #BA5978 Royal Heath

📋 copy color: '#BA5978'

red 186 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #BA5978

Tints of Royal Heath #BA5978

RGB

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

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

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

R = 47.09%
G = 22.53%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5978 (or 0xBA5978) is known color: Royal Heath. HEX triplet: BA, 59 and 78. RGB value is (186,89,120). Sum of RGB (Red+Green+Blue) = 186+89+120=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5978 is #45A687. Grayscale: #797979. Windows color (decimal): -4564616 or 7887290. OLE color: 7887290.

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

Color convert

RGB 186 89 120 -
CMYK 0 0.52 0.35 0.27
HSL 340.82º 0.41% 0.54% -
HSV(B) 340.82º 0.52% 0.73% -
XYZ 27.21 18.94 19.99 -
YUV 121.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 186 89 120 0 0.52 0.35 0.27 340.82 0.41 0.54
Hex BA 59 78 0 34 23 1B 155 29 36
Octal 272 131 170 0 64 43 33 525 51 66
Binary 10111010 1011001 1111000 0 110100 100011 11011 101010101 101001 110110

Color Harmonies of #BA5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5978

Black with #BA5978

Text Example


Text Example

White with #BA5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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