Html Css Color HEX #BA5E78 Royal Heath

📋 copy color: '#BA5E78'

red 186 ◦ green 94 ◦ blue 120

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

Shades of Royal Heath #BA5E78

Tints of Royal Heath #BA5E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.5%

 BLUE value IS 120 (47.27% from 255) = 30%

R = 46.5%
G = 23.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5E78 (or 0xBA5E78) is known color: Royal Heath. HEX triplet: BA, 5E and 78. RGB value is (186,94,120). Sum of RGB (Red+Green+Blue) = 186+94+120=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E78 is #45A187. Grayscale: #7C7C7C. Windows color (decimal): -4563336 or 7888570. OLE color: 7888570.

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

Color convert

RGB 186 94 120 -
CMYK 0 0.49 0.35 0.27
HSL 343.04º 0.4% 0.55% -
HSV(B) 343.04º 0.49% 0.73% -
XYZ 27.64 19.8 20.13 -
YUV 124.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 186 94 120 0 0.49 0.35 0.27 343.04 0.4 0.55
Hex BA 5E 78 0 31 23 1B 157 28 37
Octal 272 136 170 0 61 43 33 527 50 67
Binary 10111010 1011110 1111000 0 110001 100011 11011 101010111 101000 110111

Color Harmonies of #BA5E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E78

Black with #BA5E78

Text Example


Text Example

White with #BA5E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E78; }

 p { color: rgb(186,94,120); }

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

background-color css

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

 a { background-color: rgb(186,94,120); }

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

border-color css

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

 span { border-color: rgb(186,94,120); }

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