#BA4878

Color #BA4878 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BA4878

Tints of Royal Heath #BA4878

Color information

#BA4878 (or 0xBA4878) is unknown color: approx 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

RGB18672120-
CMYK00.610.350.27
HSL334.74º45.24%50.59%-
HSV(B)334.74º61.29%72.94%-
XYZ25.9616.4319.57-
YUV111.56132.77181.1-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867212000.610.350.27334.7445.2450.59
HexBA487803D231B14f2d33
Octal27211017007543335175563
Binary1011101010010001111000011110110001111011101001111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>