Html Css Color HEX #BA597B Royal Heath

📋 copy color: '#BA597B'

red 186 ◦ green 89 ◦ blue 123

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

Shades of Royal Heath #BA597B

Tints of Royal Heath #BA597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 46.73%
G = 22.36%
B = 30.9%

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

#BA597B (or 0xBA597B) is known color: Royal Heath. HEX triplet: BA, 59 and 7B. RGB value is (186,89,123). Sum of RGB (Red+Green+Blue) = 186+89+123=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA597B is #45A684. Grayscale: #797979. Windows color (decimal): -4564613 or 8083898. OLE color: 8083898.

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

Color convert

RGB 186 89 123 -
CMYK 0 0.52 0.34 0.27
HSL 338.97º 0.41% 0.54% -
HSV(B) 338.97º 0.52% 0.73% -
XYZ 27.4 19.01 20.96 -
YUV 121.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 186 89 123 0 0.52 0.34 0.27 338.97 0.41 0.54
Hex BA 59 7B 0 34 22 1B 153 29 36
Octal 272 131 173 0 64 42 33 523 51 66
Binary 10111010 1011001 1111011 0 110100 100010 11011 101010011 101001 110110

Color Harmonies of #BA597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA597B

Black with #BA597B

Text Example


Text Example

White with #BA597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA597B; }

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

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

background-color css

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

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

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

border-color css

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

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

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