Html Css Color HEX #BA4677 Royal Heath

📋 copy color: '#BA4677'

red 186 ◦ green 70 ◦ blue 119

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

Shades of Royal Heath #BA4677

Tints of Royal Heath #BA4677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 49.6%
G = 18.67%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA4677 (or 0xBA4677) is known color: Royal Heath. HEX triplet: BA, 46 and 77. RGB value is (186,70,119). Sum of RGB (Red+Green+Blue) = 186+70+119=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4677 is #45B988. Grayscale: #6E6E6E. Windows color (decimal): -4569481 or 7816890. OLE color: 7816890.

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

Color convert

RGB 186 70 119 -
CMYK 0 0.62 0.36 0.27
HSL 334.66º 0.46% 0.5% -
HSV(B) 334.66º 0.62% 0.73% -
XYZ 25.77 16.15 19.21 -
YUV 110.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 186 70 119 0 0.62 0.36 0.27 334.66 0.46 0.5
Hex BA 46 77 0 3E 24 1B 14F 2E 32
Octal 272 106 167 0 76 44 33 517 56 62
Binary 10111010 1000110 1110111 0 111110 100100 11011 101001111 101110 110010

Color Harmonies of #BA4677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4677

Black with #BA4677

Text Example


Text Example

White with #BA4677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4677; }

 p { color: rgb(186,70,119); }

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

background-color css

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

 a { background-color: rgb(186,70,119); }

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

border-color css

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

 span { border-color: rgb(186,70,119); }

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