Html Css Color HEX #BA4772 Royal Heath

📋 copy color: '#BA4772'

red 186 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #BA4772

Tints of Royal Heath #BA4772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 50.13%
G = 19.14%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA4772 (or 0xBA4772) is known color: Royal Heath. HEX triplet: BA, 47 and 72. RGB value is (186,71,114). Sum of RGB (Red+Green+Blue) = 186+71+114=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4772 is #45B88D. Grayscale: #6E6E6E. Windows color (decimal): -4569230 or 7489466. OLE color: 7489466.

HSL color Cylindrical-coordinate representation of color #BA4772: hue angle of 337.57º 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 #BA4772 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 71 114 -
CMYK 0 0.62 0.39 0.27
HSL 337.57º 0.45% 0.5% -
HSV(B) 337.57º 0.62% 0.73% -
XYZ 25.54 16.16 17.69 -
YUV 110.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 186 71 114 0 0.62 0.39 0.27 337.57 0.45 0.5
Hex BA 47 72 0 3E 27 1B 152 2D 32
Octal 272 107 162 0 76 47 33 522 55 62
Binary 10111010 1000111 1110010 0 111110 100111 11011 101010010 101101 110010

Color Harmonies of #BA4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4772

Black with #BA4772

Text Example


Text Example

White with #BA4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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