Html Css Color HEX #BA4A79 Royal Heath

📋 copy color: '#BA4A79'

red 186 ◦ green 74 ◦ blue 121

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

Shades of Royal Heath #BA4A79

Tints of Royal Heath #BA4A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 48.82%
G = 19.42%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA4A79 (or 0xBA4A79) is known color: Royal Heath. HEX triplet: BA, 4A and 79. RGB value is (186,74,121). Sum of RGB (Red+Green+Blue) = 186+74+121=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A79 is #45B586. Grayscale: #707070. Windows color (decimal): -4568455 or 7948986. OLE color: 7948986.

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

Color convert

RGB 186 74 121 -
CMYK 0 0.60 0.35 0.27
HSL 334.82º 0.45% 0.51% -
HSV(B) 334.82º 0.6% 0.73% -
XYZ 26.15 16.72 19.94 -
YUV 112.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 186 74 121 0 0.60 0.35 0.27 334.82 0.45 0.51
Hex BA 4A 79 0 3C 23 1B 14F 2D 33
Octal 272 112 171 0 74 43 33 517 55 63
Binary 10111010 1001010 1111001 0 111100 100011 11011 101001111 101101 110011

Color Harmonies of #BA4A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A79

Black with #BA4A79

Text Example


Text Example

White with #BA4A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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