Html Css Color HEX #BA5373 Royal Heath

📋 copy color: '#BA5373'

red 186 ◦ green 83 ◦ blue 115

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

Shades of Royal Heath #BA5373

Tints of Royal Heath #BA5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

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

R = 48.44%
G = 21.61%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA5373 (or 0xBA5373) is known color: Royal Heath. HEX triplet: BA, 53 and 73. RGB value is (186,83,115). Sum of RGB (Red+Green+Blue) = 186+83+115=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5373 is #45AC8C. Grayscale: #757575. Windows color (decimal): -4566157 or 7558074. OLE color: 7558074.

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

Color convert

RGB 186 83 115 -
CMYK 0 0.55 0.38 0.27
HSL 341.36º 0.43% 0.53% -
HSV(B) 341.36º 0.55% 0.73% -
XYZ 26.44 17.86 18.27 -
YUV 117.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 186 83 115 0 0.55 0.38 0.27 341.36 0.43 0.53
Hex BA 53 73 0 37 26 1B 155 2B 35
Octal 272 123 163 0 67 46 33 525 53 65
Binary 10111010 1010011 1110011 0 110111 100110 11011 101010101 101011 110101

Color Harmonies of #BA5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5373

Black with #BA5373

Text Example


Text Example

White with #BA5373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5373; }

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

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

background-color css

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

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

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

border-color css

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

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

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