Html Css Color HEX #BA4477 Royal Heath

📋 copy color: '#BA4477'

red 186 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #BA4477

Tints of Royal Heath #BA4477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

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

R = 49.87%
G = 18.23%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA4477 (or 0xBA4477) is known color: Royal Heath. HEX triplet: BA, 44 and 77. RGB value is (186,68,119). Sum of RGB (Red+Green+Blue) = 186+68+119=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4477 is #45BB88. Grayscale: #6D6D6D. Windows color (decimal): -4569993 or 7816378. OLE color: 7816378.

HSL color Cylindrical-coordinate representation of color #BA4477: hue angle of 334.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4477 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 119 -
CMYK 0 0.63 0.36 0.27
HSL 334.07º 0.46% 0.5% -
HSV(B) 334.07º 0.63% 0.73% -
XYZ 25.65 15.91 19.17 -
YUV 109.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 186 68 119 0 0.63 0.36 0.27 334.07 0.46 0.5
Hex BA 44 77 0 3F 24 1B 14E 2E 32
Octal 272 104 167 0 77 44 33 516 56 62
Binary 10111010 1000100 1110111 0 111111 100100 11011 101001110 101110 110010

Color Harmonies of #BA4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4477

Black with #BA4477

Text Example


Text Example

White with #BA4477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4477; }

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

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

background-color css

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

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

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

border-color css

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

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

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