Html Css Color HEX #BA5479 Royal Heath

📋 copy color: '#BA5479'

red 186 ◦ green 84 ◦ blue 121

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

Shades of Royal Heath #BA5479

Tints of Royal Heath #BA5479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.95%

R = 47.57%
G = 21.48%
B = 30.95%

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

#BA5479 (or 0xBA5479) is known color: Royal Heath. HEX triplet: BA, 54 and 79. RGB value is (186,84,121). Sum of RGB (Red+Green+Blue) = 186+84+121=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5479 is #45AB86. Grayscale: #767676. Windows color (decimal): -4565895 or 7951546. OLE color: 7951546.

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

Color convert

RGB 186 84 121 -
CMYK 0 0.55 0.35 0.27
HSL 338.24º 0.43% 0.53% -
HSV(B) 338.24º 0.55% 0.73% -
XYZ 26.87 18.16 20.18 -
YUV 118.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 186 84 121 0 0.55 0.35 0.27 338.24 0.43 0.53
Hex BA 54 79 0 37 23 1B 152 2A 35
Octal 272 124 171 0 67 43 33 522 52 65
Binary 10111010 1010100 1111001 0 110111 100011 11011 101010010 101010 110101

Color Harmonies of #BA5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5479

Black with #BA5479

Text Example


Text Example

White with #BA5479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5479; }

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

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

background-color css

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

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

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

border-color css

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

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

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