Html Css Color HEX #BA4973 Royal Heath

📋 copy color: '#BA4973'

red 186 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #BA4973

Tints of Royal Heath #BA4973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

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

R = 49.73%
G = 19.52%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4973 (or 0xBA4973) is known color: Royal Heath. HEX triplet: BA, 49 and 73. RGB value is (186,73,115). Sum of RGB (Red+Green+Blue) = 186+73+115=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4973 is #45B68C. Grayscale: #6F6F6F. Windows color (decimal): -4568717 or 7555514. OLE color: 7555514.

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

Color convert

RGB 186 73 115 -
CMYK 0 0.61 0.38 0.27
HSL 337.7º 0.45% 0.51% -
HSV(B) 337.7º 0.61% 0.73% -
XYZ 25.73 16.44 18.04 -
YUV 111.58 129.94 181.08 -
System Red Green Blue C M Y K H S L
Decimal 186 73 115 0 0.61 0.38 0.27 337.7 0.45 0.51
Hex BA 49 73 0 3D 26 1B 152 2D 33
Octal 272 111 163 0 75 46 33 522 55 63
Binary 10111010 1001001 1110011 0 111101 100110 11011 101010010 101101 110011

Color Harmonies of #BA4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4973

Black with #BA4973

Text Example


Text Example

White with #BA4973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4973; }

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

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

background-color css

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

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

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

border-color css

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

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

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