Html Css Color HEX #BA4878 Royal Heath

📋 copy color: '#BA4878'

red 186 ◦ green 72 ◦ blue 120

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

Shades of Royal Heath #BA4878

Tints of Royal Heath #BA4878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 49.21%
G = 19.05%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA4878 (or 0xBA4878) is known color: Royal Heath. HEX triplet: BA, 48 and 78. RGB value is (186,72,120). Sum of RGB (Red+Green+Blue) = 186+72+120=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4878 is #45B787. Grayscale: #6F6F6F. Windows color (decimal): -4568968 or 7882938. OLE color: 7882938.

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

Color convert

RGB 186 72 120 -
CMYK 0 0.61 0.35 0.27
HSL 334.74º 0.45% 0.51% -
HSV(B) 334.74º 0.61% 0.73% -
XYZ 25.96 16.43 19.57 -
YUV 111.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 186 72 120 0 0.61 0.35 0.27 334.74 0.45 0.51
Hex BA 48 78 0 3D 23 1B 14F 2D 33
Octal 272 110 170 0 75 43 33 517 55 63
Binary 10111010 1001000 1111000 0 111101 100011 11011 101001111 101101 110011

Color Harmonies of #BA4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4878

Black with #BA4878

Text Example


Text Example

White with #BA4878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4878; }

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

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

background-color css

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

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

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

border-color css

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

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

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