Html Css Color HEX #BA4877 Royal Heath

📋 copy color: '#BA4877'

red 186 ◦ green 72 ◦ blue 119

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

Shades of Royal Heath #BA4877

Tints of Royal Heath #BA4877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

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

R = 49.34%
G = 19.1%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA4877 (or 0xBA4877) is known color: Royal Heath. HEX triplet: BA, 48 and 77. RGB value is (186,72,119). Sum of RGB (Red+Green+Blue) = 186+72+119=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4877 is #45B788. Grayscale: #6F6F6F. Windows color (decimal): -4568969 or 7817402. OLE color: 7817402.

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

Color convert

RGB 186 72 119 -
CMYK 0 0.61 0.36 0.27
HSL 335.26º 0.45% 0.51% -
HSV(B) 335.26º 0.61% 0.73% -
XYZ 25.9 16.41 19.25 -
YUV 111.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 186 72 119 0 0.61 0.36 0.27 335.26 0.45 0.51
Hex BA 48 77 0 3D 24 1B 14F 2D 33
Octal 272 110 167 0 75 44 33 517 55 63
Binary 10111010 1001000 1110111 0 111101 100100 11011 101001111 101101 110011

Color Harmonies of #BA4877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4877

Black with #BA4877

Text Example


Text Example

White with #BA4877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4877; }

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

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

background-color css

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

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

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

border-color css

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

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

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