Html Css Color HEX #BA4A77 Royal Heath

📋 copy color: '#BA4A77'

red 186 ◦ green 74 ◦ blue 119

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

Shades of Royal Heath #BA4A77

Tints of Royal Heath #BA4A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.53%

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

R = 49.08%
G = 19.53%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA4A77 (or 0xBA4A77) is known color: Royal Heath. HEX triplet: BA, 4A and 77. RGB value is (186,74,119). Sum of RGB (Red+Green+Blue) = 186+74+119=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A77 is #45B588. Grayscale: #707070. Windows color (decimal): -4568457 or 7817914. OLE color: 7817914.

HSL color Cylindrical-coordinate representation of color #BA4A77: hue angle of 335.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A77 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 119 -
CMYK 0 0.60 0.36 0.27
HSL 335.89º 0.45% 0.51% -
HSV(B) 335.89º 0.6% 0.73% -
XYZ 26.03 16.67 19.3 -
YUV 112.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 186 74 119 0 0.60 0.36 0.27 335.89 0.45 0.51
Hex BA 4A 77 0 3C 24 1B 150 2D 33
Octal 272 112 167 0 74 44 33 520 55 63
Binary 10111010 1001010 1110111 0 111100 100100 11011 101010000 101101 110011

Color Harmonies of #BA4A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A77

Black with #BA4A77

Text Example


Text Example

White with #BA4A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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