Html Css Color HEX #BA597A Royal Heath

📋 copy color: '#BA597A'

red 186 ◦ green 89 ◦ blue 122

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

Shades of Royal Heath #BA597A

Tints of Royal Heath #BA597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 46.85%
G = 22.42%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA597A (or 0xBA597A) is known color: Royal Heath. HEX triplet: BA, 59 and 7A. RGB value is (186,89,122). Sum of RGB (Red+Green+Blue) = 186+89+122=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA597A is #45A685. Grayscale: #797979. Windows color (decimal): -4564614 or 8018362. OLE color: 8018362.

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

Color convert

RGB 186 89 122 -
CMYK 0 0.52 0.34 0.27
HSL 339.59º 0.41% 0.54% -
HSV(B) 339.59º 0.52% 0.73% -
XYZ 27.33 18.99 20.64 -
YUV 121.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 186 89 122 0 0.52 0.34 0.27 339.59 0.41 0.54
Hex BA 59 7A 0 34 22 1B 154 29 36
Octal 272 131 172 0 64 42 33 524 51 66
Binary 10111010 1011001 1111010 0 110100 100010 11011 101010100 101001 110110

Color Harmonies of #BA597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA597A

Black with #BA597A

Text Example


Text Example

White with #BA597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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