Html Css Color HEX #BA4D78 Royal Heath

📋 copy color: '#BA4D78'

red 186 ◦ green 77 ◦ blue 120

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

Shades of Royal Heath #BA4D78

Tints of Royal Heath #BA4D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.1%

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

R = 48.56%
G = 20.1%
B = 31.33%

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

#BA4D78 (or 0xBA4D78) is known color: Royal Heath. HEX triplet: BA, 4D and 78. RGB value is (186,77,120). Sum of RGB (Red+Green+Blue) = 186+77+120=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D78 is #45B287. Grayscale: #727272. Windows color (decimal): -4567688 or 7884218. OLE color: 7884218.

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

Color convert

RGB 186 77 120 -
CMYK 0 0.59 0.35 0.27
HSL 336.33º 0.44% 0.52% -
HSV(B) 336.33º 0.59% 0.73% -
XYZ 26.29 17.1 19.68 -
YUV 114.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 186 77 120 0 0.59 0.35 0.27 336.33 0.44 0.52
Hex BA 4D 78 0 3B 23 1B 150 2C 34
Octal 272 115 170 0 73 43 33 520 54 64
Binary 10111010 1001101 1111000 0 111011 100011 11011 101010000 101100 110100

Color Harmonies of #BA4D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D78

Black with #BA4D78

Text Example


Text Example

White with #BA4D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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