Html Css Color HEX #BA5173 Royal Heath

📋 copy color: '#BA5173'

red 186 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #BA5173

Tints of Royal Heath #BA5173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

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

R = 48.69%
G = 21.2%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA5173 (or 0xBA5173) is known color: Royal Heath. HEX triplet: BA, 51 and 73. RGB value is (186,81,115). Sum of RGB (Red+Green+Blue) = 186+81+115=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5173 is #45AE8C. Grayscale: #747474. Windows color (decimal): -4566669 or 7557562. OLE color: 7557562.

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

Color convert

RGB 186 81 115 -
CMYK 0 0.56 0.38 0.27
HSL 340.57º 0.43% 0.52% -
HSV(B) 340.57º 0.56% 0.73% -
XYZ 26.29 17.56 18.22 -
YUV 116.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 186 81 115 0 0.56 0.38 0.27 340.57 0.43 0.52
Hex BA 51 73 0 38 26 1B 155 2B 34
Octal 272 121 163 0 70 46 33 525 53 64
Binary 10111010 1010001 1110011 0 111000 100110 11011 101010101 101011 110100

Color Harmonies of #BA5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5173

Black with #BA5173

Text Example


Text Example

White with #BA5173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5173; }

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

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

background-color css

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

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

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

border-color css

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

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

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