Html Css Color HEX #BA597C Royal Heath

📋 copy color: '#BA597C'

red 186 ◦ green 89 ◦ blue 124

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

Shades of Royal Heath #BA597C

Tints of Royal Heath #BA597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 46.62%
G = 22.31%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA597C (or 0xBA597C) is known color: Royal Heath. HEX triplet: BA, 59 and 7C. RGB value is (186,89,124). Sum of RGB (Red+Green+Blue) = 186+89+124=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA597C is #45A683. Grayscale: #797979. Windows color (decimal): -4564612 or 8149434. OLE color: 8149434.

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

Color convert

RGB 186 89 124 -
CMYK 0 0.52 0.33 0.27
HSL 338.35º 0.41% 0.54% -
HSV(B) 338.35º 0.52% 0.73% -
XYZ 27.46 19.04 21.3 -
YUV 121.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 186 89 124 0 0.52 0.33 0.27 338.35 0.41 0.54
Hex BA 59 7C 0 34 21 1B 152 29 36
Octal 272 131 174 0 64 41 33 522 51 66
Binary 10111010 1011001 1111100 0 110100 100001 11011 101010010 101001 110110

Color Harmonies of #BA597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA597C

Black with #BA597C

Text Example


Text Example

White with #BA597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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