Html Css Color HEX #BA477C Royal Heath

📋 copy color: '#BA477C'

red 186 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #BA477C

Tints of Royal Heath #BA477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 48.82%
G = 18.64%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA477C (or 0xBA477C) is known color: Royal Heath. HEX triplet: BA, 47 and 7C. RGB value is (186,71,124). Sum of RGB (Red+Green+Blue) = 186+71+124=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA477C is #45B883. Grayscale: #6F6F6F. Windows color (decimal): -4569220 or 8144826. OLE color: 8144826.

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

Color convert

RGB 186 71 124 -
CMYK 0 0.62 0.33 0.27
HSL 332.35º 0.45% 0.5% -
HSV(B) 332.35º 0.62% 0.73% -
XYZ 26.14 16.4 20.86 -
YUV 111.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 186 71 124 0 0.62 0.33 0.27 332.35 0.45 0.5
Hex BA 47 7C 0 3E 21 1B 14C 2D 32
Octal 272 107 174 0 76 41 33 514 55 62
Binary 10111010 1000111 1111100 0 111110 100001 11011 101001100 101101 110010

Color Harmonies of #BA477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA477C

Black with #BA477C

Text Example


Text Example

White with #BA477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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