Html Css Color HEX #BA4771 Royal Heath

📋 copy color: '#BA4771'

red 186 ◦ green 71 ◦ blue 113

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

Shades of Royal Heath #BA4771

Tints of Royal Heath #BA4771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 50.27%
G = 19.19%
B = 30.54%

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

#BA4771 (or 0xBA4771) is known color: Royal Heath. HEX triplet: BA, 47 and 71. RGB value is (186,71,113). Sum of RGB (Red+Green+Blue) = 186+71+113=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4771 is #45B88E. Grayscale: #6E6E6E. Windows color (decimal): -4569231 or 7423930. OLE color: 7423930.

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

Color convert

RGB 186 71 113 -
CMYK 0 0.62 0.39 0.27
HSL 338.09º 0.45% 0.5% -
HSV(B) 338.09º 0.62% 0.73% -
XYZ 25.48 16.14 17.39 -
YUV 110.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 186 71 113 0 0.62 0.39 0.27 338.09 0.45 0.5
Hex BA 47 71 0 3E 27 1B 152 2D 32
Octal 272 107 161 0 76 47 33 522 55 62
Binary 10111010 1000111 1110001 0 111110 100111 11011 101010010 101101 110010

Color Harmonies of #BA4771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4771

Black with #BA4771

Text Example


Text Example

White with #BA4771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4771; }

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

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

background-color css

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

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

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

border-color css

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

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

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