Html Css Color HEX #BA4978 Royal Heath

📋 copy color: '#BA4978'

red 186 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #BA4978

Tints of Royal Heath #BA4978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.26%

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

R = 49.08%
G = 19.26%
B = 31.66%

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

#BA4978 (or 0xBA4978) is known color: Royal Heath. HEX triplet: BA, 49 and 78. RGB value is (186,73,120). Sum of RGB (Red+Green+Blue) = 186+73+120=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4978 is #45B687. Grayscale: #707070. Windows color (decimal): -4568712 or 7883194. OLE color: 7883194.

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

Color convert

RGB 186 73 120 -
CMYK 0 0.61 0.35 0.27
HSL 335.04º 0.45% 0.51% -
HSV(B) 335.04º 0.61% 0.73% -
XYZ 26.02 16.56 19.59 -
YUV 112.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 186 73 120 0 0.61 0.35 0.27 335.04 0.45 0.51
Hex BA 49 78 0 3D 23 1B 14F 2D 33
Octal 272 111 170 0 75 43 33 517 55 63
Binary 10111010 1001001 1111000 0 111101 100011 11011 101001111 101101 110011

Color Harmonies of #BA4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4978

Black with #BA4978

Text Example


Text Example

White with #BA4978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4978; }

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

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

background-color css

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

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

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

border-color css

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

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

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