Html Css Color HEX #BA5379 Royal Heath

📋 copy color: '#BA5379'

red 186 ◦ green 83 ◦ blue 121

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

Shades of Royal Heath #BA5379

Tints of Royal Heath #BA5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

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

R = 47.69%
G = 21.28%
B = 31.03%

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

#BA5379 (or 0xBA5379) is known color: Royal Heath. HEX triplet: BA, 53 and 79. RGB value is (186,83,121). Sum of RGB (Red+Green+Blue) = 186+83+121=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5379 is #45AC86. Grayscale: #767676. Windows color (decimal): -4566151 or 7951290. OLE color: 7951290.

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

Color convert

RGB 186 83 121 -
CMYK 0 0.55 0.35 0.27
HSL 337.86º 0.43% 0.53% -
HSV(B) 337.86º 0.55% 0.73% -
XYZ 26.79 18.01 20.15 -
YUV 118.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 186 83 121 0 0.55 0.35 0.27 337.86 0.43 0.53
Hex BA 53 79 0 37 23 1B 152 2B 35
Octal 272 123 171 0 67 43 33 522 53 65
Binary 10111010 1010011 1111001 0 110111 100011 11011 101010010 101011 110101

Color Harmonies of #BA5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5379

Black with #BA5379

Text Example


Text Example

White with #BA5379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5379; }

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

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

background-color css

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

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

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

border-color css

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

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

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