Html Css Color HEX #BA4C78 Royal Heath

📋 copy color: '#BA4C78'

red 186 ◦ green 76 ◦ blue 120

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

Shades of Royal Heath #BA4C78

Tints of Royal Heath #BA4C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

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

R = 48.69%
G = 19.9%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA4C78 (or 0xBA4C78) is known color: Royal Heath. HEX triplet: BA, 4C and 78. RGB value is (186,76,120). Sum of RGB (Red+Green+Blue) = 186+76+120=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C78 is #45B387. Grayscale: #717171. Windows color (decimal): -4567944 or 7883962. OLE color: 7883962.

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

Color convert

RGB 186 76 120 -
CMYK 0 0.59 0.35 0.27
HSL 336º 0.44% 0.51% -
HSV(B) 336º 0.59% 0.73% -
XYZ 26.22 16.96 19.66 -
YUV 113.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 186 76 120 0 0.59 0.35 0.27 336 0.44 0.51
Hex BA 4C 78 0 3B 23 1B 150 2C 33
Octal 272 114 170 0 73 43 33 520 54 63
Binary 10111010 1001100 1111000 0 111011 100011 11011 101010000 101100 110011

Color Harmonies of #BA4C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C78

Black with #BA4C78

Text Example


Text Example

White with #BA4C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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