Html Css Color HEX #BA4E73 Royal Heath

📋 copy color: '#BA4E73'

red 186 ◦ green 78 ◦ blue 115

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

Shades of Royal Heath #BA4E73

Tints of Royal Heath #BA4E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 49.08%
G = 20.58%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4E73 (or 0xBA4E73) is known color: Royal Heath. HEX triplet: BA, 4E and 73. RGB value is (186,78,115). Sum of RGB (Red+Green+Blue) = 186+78+115=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E73 is #45B18C. Grayscale: #727272. Windows color (decimal): -4567437 or 7556794. OLE color: 7556794.

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

Color convert

RGB 186 78 115 -
CMYK 0 0.58 0.38 0.27
HSL 339.44º 0.44% 0.52% -
HSV(B) 339.44º 0.58% 0.73% -
XYZ 26.07 17.13 18.15 -
YUV 114.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 186 78 115 0 0.58 0.38 0.27 339.44 0.44 0.52
Hex BA 4E 73 0 3A 26 1B 153 2C 34
Octal 272 116 163 0 72 46 33 523 54 64
Binary 10111010 1001110 1110011 0 111010 100110 11011 101010011 101100 110100

Color Harmonies of #BA4E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E73

Black with #BA4E73

Text Example


Text Example

White with #BA4E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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