#ba547f

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

Shades of Royal Heath #BA547F

Tints of Royal Heath #BA547F

Color information

#BA547F (or 0xBA547F) is unknown color: approx Royal Heath. HEX triplet: BA, 54 and 7F. RGB value is (186,84,127). Sum of RGB (Red+Green+Blue) = 186+84+127=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA547F is #45AB80. Grayscale: #777777. Windows color (decimal): -4565889 or 8344762. OLE color: 8344762.

HSL color Cylindrical-coordinate representation of color #BA547F: hue angle of 334.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA547F is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18684127-
CMYK00.550.320.27
HSL334.71º42.5%52.94%-
HSV(B)334.71º54.84%72.94%-
XYZ27.2518.3122.18-
YUV119.4132.29175.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 127 (50% from 255) = 31.99%
R=46.85%
G=21.16%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868412700.550.320.27334.7142.552.94
HexBA547F037201B14f2a35
Octal27212417706740335175265
Binary1011101010101001111111011011110000011011101001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba547f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba547f; }

 p { color: rgb(186,84,127); }

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

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

 a { background-color: rgb(186,84,127); }

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

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

 span { border-color: rgb(186,84,127); }

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