Html Css Color HEX #BA5073 Royal Heath

📋 copy color: '#BA5073'

red 186 ◦ green 80 ◦ blue 115

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

Shades of Royal Heath #BA5073

Tints of Royal Heath #BA5073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21%

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

R = 48.82%
G = 21%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA5073 (or 0xBA5073) is known color: Royal Heath. HEX triplet: BA, 50 and 73. RGB value is (186,80,115). Sum of RGB (Red+Green+Blue) = 186+80+115=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5073 is #45AF8C. Grayscale: #737373. Windows color (decimal): -4566925 or 7557306. OLE color: 7557306.

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

Color convert

RGB 186 80 115 -
CMYK 0 0.57 0.38 0.27
HSL 340.19º 0.43% 0.52% -
HSV(B) 340.19º 0.57% 0.73% -
XYZ 26.21 17.41 18.2 -
YUV 115.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 186 80 115 0 0.57 0.38 0.27 340.19 0.43 0.52
Hex BA 50 73 0 39 26 1B 154 2B 34
Octal 272 120 163 0 71 46 33 524 53 64
Binary 10111010 1010000 1110011 0 111001 100110 11011 101010100 101011 110100

Color Harmonies of #BA5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5073

Black with #BA5073

Text Example


Text Example

White with #BA5073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5073; }

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

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

background-color css

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

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

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

border-color css

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

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

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