#BA476E

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

Shades of Royal Heath #BA476E

Tints of Royal Heath #BA476E

Color information

#BA476E (or 0xBA476E) is unknown color: approx Royal Heath. HEX triplet: BA, 47 and 6E. RGB value is (186,71,110). Sum of RGB (Red+Green+Blue) = 186+71+110=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA476E is #45B891. Grayscale: #6D6D6D. Windows color (decimal): -4569234 or 7227322. OLE color: 7227322.

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

Color convert

RGB18671110-
CMYK00.620.410.27
HSL339.65º45.45%50.39%-
HSV(B)339.65º61.83%72.94%-
XYZ25.3216.0716.52-
YUV109.83128.1182.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=50.68%
G=19.35%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867111000.620.410.27339.6545.4550.39
HexBA476E03E291B1542d32
Octal27210715607651335245562
Binary1011101010001111101110011111010100111011101010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA476E; }

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

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

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

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

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

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

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

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