Html Css Color HEX #BA4773 Royal Heath

📋 copy color: '#BA4773'

red 186 ◦ green 71 ◦ blue 115

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

Shades of Royal Heath #BA4773

Tints of Royal Heath #BA4773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

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

R = 50%
G = 19.09%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4773 (or 0xBA4773) is known color: Royal Heath. HEX triplet: BA, 47 and 73. RGB value is (186,71,115). Sum of RGB (Red+Green+Blue) = 186+71+115=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4773 is #45B88C. Grayscale: #6E6E6E. Windows color (decimal): -4569229 or 7555002. OLE color: 7555002.

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

Color convert

RGB 186 71 115 -
CMYK 0 0.62 0.38 0.27
HSL 337.04º 0.45% 0.5% -
HSV(B) 337.04º 0.62% 0.73% -
XYZ 25.6 16.18 17.99 -
YUV 110.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 186 71 115 0 0.62 0.38 0.27 337.04 0.45 0.5
Hex BA 47 73 0 3E 26 1B 151 2D 32
Octal 272 107 163 0 76 46 33 521 55 62
Binary 10111010 1000111 1110011 0 111110 100110 11011 101010001 101101 110010

Color Harmonies of #BA4773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4773

Black with #BA4773

Text Example


Text Example

White with #BA4773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4773; }

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

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

background-color css

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

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

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

border-color css

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

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

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