#BA4078

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

Shades of Royal Heath #BA4078

Tints of Royal Heath #BA4078

Color information

#BA4078 (or 0xBA4078) is unknown color: approx Royal Heath. HEX triplet: BA, 40 and 78. RGB value is (186,64,120). Sum of RGB (Red+Green+Blue) = 186+64+120=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4078 is #45BF87. Grayscale: #6A6A6A. Windows color (decimal): -4571016 or 7880890. OLE color: 7880890.

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

Color convert

RGB18664120-
CMYK00.660.350.27
HSL332.46º48.8%49.02%-
HSV(B)332.46º65.59%72.94%-
XYZ25.4715.4619.41-
YUV106.86135.42184.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=50.27%
G=17.30%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866412000.660.350.27332.4648.849.02
HexBA4078042231B14c3131
Octal272100170010243335146161
Binary10111010100000011110000100001010001111011101001100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4078; }

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

 H1.HeaderClassName
 {
   color: #BA4078;
 }
 .AnyTagClassName
 {
   color: #BA4078;
 }
</style>
background-color css

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

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

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

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

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

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