Html Css Color HEX #BA4E71 Royal Heath

📋 copy color: '#BA4E71'

red 186 ◦ green 78 ◦ blue 113

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

Shades of Royal Heath #BA4E71

Tints of Royal Heath #BA4E71

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.69%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 49.34%
G = 20.69%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA4E71 (or 0xBA4E71) is known color: Royal Heath. HEX triplet: BA, 4E and 71. RGB value is (186,78,113). Sum of RGB (Red+Green+Blue) = 186+78+113=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E71 is #45B18E. Grayscale: #727272. Windows color (decimal): -4567439 or 7425722. OLE color: 7425722.

HSL color Cylindrical-coordinate representation of color #BA4E71: hue angle of 340.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E71 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 113 -
CMYK 0 0.58 0.39 0.27
HSL 340.56º 0.44% 0.52% -
HSV(B) 340.56º 0.58% 0.73% -
XYZ 25.95 17.08 17.55 -
YUV 114.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 186 78 113 0 0.58 0.39 0.27 340.56 0.44 0.52
Hex BA 4E 71 0 3A 27 1B 155 2C 34
Octal 272 116 161 0 72 47 33 525 54 64
Binary 10111010 1001110 1110001 0 111010 100111 11011 101010101 101100 110100

Color Harmonies of #BA4E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E71

Black with #BA4E71

Text Example


Text Example

White with #BA4E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E71; }

 p { color: rgb(186,78,113); }

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

background-color css

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

 a { background-color: rgb(186,78,113); }

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

border-color css

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

 span { border-color: rgb(186,78,113); }

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