Html Css Color HEX #BA477A Royal Heath

📋 copy color: '#BA477A'

red 186 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #BA477A

Tints of Royal Heath #BA477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 49.08%
G = 18.73%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA477A (or 0xBA477A) is known color: Royal Heath. HEX triplet: BA, 47 and 7A. RGB value is (186,71,122). Sum of RGB (Red+Green+Blue) = 186+71+122=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA477A is #45B885. Grayscale: #6F6F6F. Windows color (decimal): -4569222 or 8013754. OLE color: 8013754.

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

Color convert

RGB 186 71 122 -
CMYK 0 0.62 0.34 0.27
HSL 333.39º 0.45% 0.5% -
HSV(B) 333.39º 0.62% 0.73% -
XYZ 26.02 16.35 20.2 -
YUV 111.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 186 71 122 0 0.62 0.34 0.27 333.39 0.45 0.5
Hex BA 47 7A 0 3E 22 1B 14D 2D 32
Octal 272 107 172 0 76 42 33 515 55 62
Binary 10111010 1000111 1111010 0 111110 100010 11011 101001101 101101 110010

Color Harmonies of #BA477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA477A

Black with #BA477A

Text Example


Text Example

White with #BA477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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