Html Css Color HEX #BA4A73 Royal Heath

📋 copy color: '#BA4A73'

red 186 ◦ green 74 ◦ blue 115

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

Shades of Royal Heath #BA4A73

Tints of Royal Heath #BA4A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

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

R = 49.6%
G = 19.73%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4A73 (or 0xBA4A73) is known color: Royal Heath. HEX triplet: BA, 4A and 73. RGB value is (186,74,115). Sum of RGB (Red+Green+Blue) = 186+74+115=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A73 is #45B58C. Grayscale: #707070. Windows color (decimal): -4568461 or 7555770. OLE color: 7555770.

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

Color convert

RGB 186 74 115 -
CMYK 0 0.60 0.38 0.27
HSL 338.04º 0.45% 0.51% -
HSV(B) 338.04º 0.6% 0.73% -
XYZ 25.79 16.57 18.06 -
YUV 112.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 186 74 115 0 0.60 0.38 0.27 338.04 0.45 0.51
Hex BA 4A 73 0 3C 26 1B 152 2D 33
Octal 272 112 163 0 74 46 33 522 55 63
Binary 10111010 1001010 1110011 0 111100 100110 11011 101010010 101101 110011

Color Harmonies of #BA4A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A73

Black with #BA4A73

Text Example


Text Example

White with #BA4A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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