#BA4072

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

Shades of Royal Heath #BA4072

Tints of Royal Heath #BA4072

Color information

#BA4072 (or 0xBA4072) is unknown color: approx Royal Heath. HEX triplet: BA, 40 and 72. RGB value is (186,64,114). Sum of RGB (Red+Green+Blue) = 186+64+114=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4072 is #45BF8D. Grayscale: #6A6A6A. Windows color (decimal): -4571022 or 7487674. OLE color: 7487674.

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

Color convert

RGB18664114-
CMYK00.660.390.27
HSL335.41º48.8%49.02%-
HSV(B)335.41º65.59%72.94%-
XYZ25.1215.3217.55-
YUV106.18132.42184.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=51.10%
G=17.58%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866411400.660.390.27335.4148.849.02
HexBA4072042271B14f3131
Octal272100162010247335176161
Binary10111010100000011100100100001010011111011101001111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4072; }

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

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

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

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

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

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

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

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