Html Css Color HEX #BA5979 Royal Heath

📋 copy color: '#BA5979'

red 186 ◦ green 89 ◦ blue 121

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

Shades of Royal Heath #BA5979

Tints of Royal Heath #BA5979

RGB

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

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

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

R = 46.97%
G = 22.47%
B = 30.56%

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

#BA5979 (or 0xBA5979) is known color: Royal Heath. HEX triplet: BA, 59 and 79. RGB value is (186,89,121). Sum of RGB (Red+Green+Blue) = 186+89+121=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5979 is #45A686. Grayscale: #797979. Windows color (decimal): -4564615 or 7952826. OLE color: 7952826.

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

Color convert

RGB 186 89 121 -
CMYK 0 0.52 0.35 0.27
HSL 340.21º 0.41% 0.54% -
HSV(B) 340.21º 0.52% 0.73% -
XYZ 27.27 18.96 20.31 -
YUV 121.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 186 89 121 0 0.52 0.35 0.27 340.21 0.41 0.54
Hex BA 59 79 0 34 23 1B 154 29 36
Octal 272 131 171 0 64 43 33 524 51 66
Binary 10111010 1011001 1111001 0 110100 100011 11011 101010100 101001 110110

Color Harmonies of #BA5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5979

Black with #BA5979

Text Example


Text Example

White with #BA5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5979; }

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

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

background-color css

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

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

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

border-color css

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

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

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