Html Css Color HEX #BA5179 Royal Heath

📋 copy color: '#BA5179'

red 186 ◦ green 81 ◦ blue 121

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

Shades of Royal Heath #BA5179

Tints of Royal Heath #BA5179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.88%

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

R = 47.94%
G = 20.88%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5179 (or 0xBA5179) is known color: Royal Heath. HEX triplet: BA, 51 and 79. RGB value is (186,81,121). Sum of RGB (Red+Green+Blue) = 186+81+121=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5179 is #45AE86. Grayscale: #747474. Windows color (decimal): -4566663 or 7950778. OLE color: 7950778.

HSL color Cylindrical-coordinate representation of color #BA5179: hue angle of 337.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5179 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 121 -
CMYK 0 0.56 0.35 0.27
HSL 337.14º 0.43% 0.52% -
HSV(B) 337.14º 0.56% 0.73% -
XYZ 26.64 17.7 20.1 -
YUV 116.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 186 81 121 0 0.56 0.35 0.27 337.14 0.43 0.52
Hex BA 51 79 0 38 23 1B 151 2B 34
Octal 272 121 171 0 70 43 33 521 53 64
Binary 10111010 1010001 1111001 0 111000 100011 11011 101010001 101011 110100

Color Harmonies of #BA5179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5179

Black with #BA5179

Text Example


Text Example

White with #BA5179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5179; }

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

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

background-color css

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

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

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

border-color css

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

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

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