#BA416E

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

Shades of Royal Heath #BA416E

Tints of Royal Heath #BA416E

Color information

#BA416E (or 0xBA416E) is unknown color: approx Royal Heath. HEX triplet: BA, 41 and 6E. RGB value is (186,65,110). Sum of RGB (Red+Green+Blue) = 186+65+110=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA416E is #45BE91. Grayscale: #6A6A6A. Windows color (decimal): -4570770 or 7225786. OLE color: 7225786.

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

Color convert

RGB18665110-
CMYK00.650.410.27
HSL337.69º48.21%49.22%-
HSV(B)337.69º65.05%72.94%-
XYZ24.9515.3516.4-
YUV106.31130.09184.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=51.52%
G=18.01%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866511000.650.410.27337.6948.2149.22
HexBA416E041291B1523031
Octal272101156010151335226061
Binary10111010100000111011100100000110100111011101010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA416E; }

 p { color: rgb(186,65,110); }

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

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

 a { background-color: rgb(186,65,110); }

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

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

 span { border-color: rgb(186,65,110); }

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